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 2ffd1d6e42e gdb/dwarf2: split .debug_names reading code to own file new a975d4e6bcf Fix "ptype INTERNAL_FUNC" (PR gdb/30105) new 751495be92b Make "ptype INTERNAL_FUNCTION" in Ada print like other languages new 91265a7d7cd Add new "$_shell(CMD)" internal function new 0ace6ace1bf Don't throw quit while handling inferior events new 90ae0fe902e GC get_active_ext_lang new 141cd158423 Don't throw quit while handling inferior events, part II
The 6 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/NEWS | 10 +++ gdb/ada-typeprint.c | 7 ++ gdb/c-typeprint.c | 51 ----------- gdb/cli/cli-cmds.c | 96 ++++++++++++++++++++- gdb/doc/gdb.texinfo | 60 ++++++++++++- gdb/extension-priv.h | 2 - gdb/extension.c | 70 ++++++++++++++-- gdb/extension.h | 16 ++++ gdb/infrun.c | 54 ++++++++++++ gdb/p-typeprint.c | 46 ---------- .../bg-exec-sigint-bp-cond.c} | 13 ++- gdb/testsuite/gdb.base/bg-exec-sigint-bp-cond.exp | 98 ++++++++++++++++++++++ gdb/testsuite/gdb.base/default.exp | 1 + .../{quit.exp => internal-functions-ptype.exp} | 37 ++++---- gdb/testsuite/gdb.base/shell.exp | 36 ++++++++ gdb/testsuite/gdb.python/py-xmethods.exp | 7 ++ 16 files changed, 471 insertions(+), 133 deletions(-) copy gdb/testsuite/{gdb.multi/bp-thread-specific.c => gdb.base/bg-exec-sigint-bp-c [...] create mode 100644 gdb/testsuite/gdb.base/bg-exec-sigint-bp-cond.exp copy gdb/testsuite/gdb.base/{quit.exp => internal-functions-ptype.exp} (52%)