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 eb33f6973ec Recognize the NT_ARM_SYSTEM_CALL register set new 86d77f6a5be gdb: don't try to use readline before it's initialized new b5556e33b5c gdb: add some const in gdb/reggroups.c new dbf5d61bdad gdb: make gdbarch_register_reggroup_p take a const reggroup * new 711898e128a gdb: switch to using 'const reggroup *' in tui-regs.{c,h} new 0ee33659592 gdb: use 'const reggroup *' in python/py-registers.c file new 2b72890eba0 gdb: have reggroup_find return a const new 5783701b36f gdb/tui: avoid theoretical bug with 'tui reg' command new 07c316ecaa2 gdb/tui: fix 'tui reg next/prev' command when data window i [...] new e7d69e72bfd gdb: always add the default register groups new b89f77be528 gdb: convert reggroups to use a std::vector new 1bca9b1e6be gdb: remove reggroup_next and reggroup_prev new e7fe1011499 gdb: more 'const' in gdb/reggroups.{c,h} new 3a471c03b06 gdb: make the pre-defined register groups const new c30c0f062e5 gdb: convert reggroup to a C++ class with constructor, etc new af7ce09b768 gdb: move struct reggroup into reggroups.h header new 524ad5e30fb gdb: update comments throughout reggroups.{c,h} files
The 16 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/aarch64-tdep.c | 19 +-- gdb/alpha-tdep.c | 2 +- gdb/amd64-linux-tdep.c | 2 +- gdb/arc-tdep.c | 17 --- gdb/arm-tdep.c | 2 +- gdb/completer.c | 8 +- gdb/csky-tdep.c | 14 +- gdb/gdbarch-components.py | 2 +- gdb/gdbarch-gen.h | 4 +- gdb/gdbarch.c | 2 +- gdb/i386-linux-tdep.c | 2 +- gdb/i386-tdep.c | 13 +- gdb/i386-tdep.h | 2 +- gdb/ia64-tdep.c | 2 +- gdb/infcmd.c | 14 +- gdb/lm32-tdep.c | 13 +- gdb/m32c-tdep.c | 9 +- gdb/m68hc11-tdep.c | 13 +- gdb/mep-tdep.c | 12 +- gdb/mips-tdep.c | 4 +- gdb/msp430-tdep.c | 2 +- gdb/nds32-tdep.c | 32 ++--- gdb/or1k-tdep.c | 14 +- gdb/python/py-registers.c | 32 ++--- gdb/regcache-dump.c | 9 +- gdb/reggroups.c | 298 +++++++++++++++-------------------------- gdb/reggroups.h | 94 ++++++++----- gdb/riscv-tdep.c | 18 +-- gdb/rl78-tdep.c | 2 +- gdb/rs6000-tdep.c | 2 +- gdb/s390-tdep.c | 2 +- gdb/sh-tdep.c | 2 +- gdb/target-descriptions.c | 6 +- gdb/target-descriptions.h | 2 +- gdb/testsuite/gdb.tui/regs.exp | 26 ++++ gdb/tui/tui-regs.c | 107 ++++++++------- gdb/tui/tui-regs.h | 9 +- gdb/utils.c | 17 ++- gdb/xtensa-tdep.c | 25 +--- 39 files changed, 364 insertions(+), 491 deletions(-)