This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d8cc8af6a17 [gdb/symtab] Fix line-table end-of-sequence sorting
new 3bc98c0c832 gdb: Remove deprecated_set_gdbarch_data
new 87dbc774599 gdb/python: Add architecture method to gdb.PendingFrame
new 0f767f942b0 gdb/python: Add gdb.Architecture.registers method
new 64cb3757a9d gdb/python: New method to access list of register groups
new 9fc501fdfe5 gdb: Python unwinders, inline frames, and tail-call frames
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 66 ++++
gdb/Makefile.in | 1 +
gdb/NEWS | 13 +
gdb/doc/ChangeLog | 21 ++
gdb/doc/gdb.texinfo | 1 +
gdb/doc/python.texi | 71 ++++
gdb/dwarf2/frame-tailcall.c | 37 +-
gdb/findvar.c | 8 +
gdb/frame.c | 8 -
gdb/frame.h | 4 -
gdb/gdbarch.c | 22 +-
gdb/gdbarch.h | 3 -
gdb/gdbarch.sh | 25 +-
gdb/ia64-libunwind-tdep.c | 15 +-
gdb/python/py-arch.c | 45 +++
gdb/python/py-registers.c | 464 ++++++++++++++++++++++++
gdb/python/py-unwind.c | 20 +
gdb/python/python-internal.h | 6 +
gdb/python/python.c | 1 +
gdb/testsuite/ChangeLog | 22 ++
gdb/testsuite/gdb.python/py-arch-reg-groups.exp | 87 +++++
gdb/testsuite/gdb.python/py-arch-reg-names.exp | 87 +++++
gdb/testsuite/gdb.python/py-unwind-inline.c | 37 ++
gdb/testsuite/gdb.python/py-unwind-inline.exp | 49 +++
gdb/testsuite/gdb.python/py-unwind-inline.py | 71 ++++
gdb/testsuite/gdb.python/py-unwind.py | 10 +-
gdb/user-regs.c | 18 +-
27 files changed, 1095 insertions(+), 117 deletions(-)
create mode 100644 gdb/python/py-registers.c
create mode 100644 gdb/testsuite/gdb.python/py-arch-reg-groups.exp
create mode 100644 gdb/testsuite/gdb.python/py-arch-reg-names.exp
create mode 100644 gdb/testsuite/gdb.python/py-unwind-inline.c
create mode 100644 gdb/testsuite/gdb.python/py-unwind-inline.exp
create mode 100644 gdb/testsuite/gdb.python/py-unwind-inline.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross
in repository toolchain/ci/interesting-commits.
from 2a29c1f Add last-good ce56fd949f359a62b86a45aaf975ac2ecc48fa64 from h [...]
new 8e938c7 Add regression 75ff24e1920ea6b198350a2961e23175e6108e75 from [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross
in repository toolchain/ci/interesting-commits.
from 2449a46 Add regression c6aac3bf3663709cdefde5f5d5e9e875d607be5e from [...]
new 2a29c1f Add last-good ce56fd949f359a62b86a45aaf975ac2ecc48fa64 from h [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from dcb7fd82c75e Linux 5.8-rc4
new 3047766bc6ec s390/pci: fix enabling a reserved PCI function
new d6df52e9996d s390/maccess: add no DAT mode to kernel_write
new 95e61b1b5d63 s390/setup: init jump labels before command line parsing
new 5aa98879efe7 s390/cpum_sf: prohibit callchain data collection
new 9e9f85e029a2 s390: update defconfigs
new d8ca55addb93 vfio-ccw: Fix a build error due to missing include of linu [...]
new 075ebfe19fa3 Merge tag 'vfio-ccw-20200703' of https://git.kernel.org/pu [...]
new 5c82ec00dd00 Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/lin [...]
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/s390/configs/debug_defconfig | 44 ++++++++++++++++++++++++++++--------
arch/s390/configs/defconfig | 43 +++++++++++++++++++++++++++--------
arch/s390/configs/zfcpdump_defconfig | 5 ++++
arch/s390/kernel/perf_cpum_sf.c | 11 ++++++++-
arch/s390/kernel/setup.c | 1 +
arch/s390/mm/maccess.c | 14 ++++++++----
arch/s390/pci/pci_event.c | 13 ++++++++++-
drivers/s390/cio/vfio_ccw_chp.c | 1 +
8 files changed, 106 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.