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 275ee935b33 gdb: prevent an assertion when computing the frame_id for a [...] new 5cf3b309489 gdb: remove duplicate cmd_list_element declarations new fde1a9a3ee8 gdb: add setting to disable reading source code files
The 2 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 | 9 ++ gdb/cli/cli-cmds.c | 4 + gdb/cli/cli-cmds.h | 40 ++++++++ gdb/doc/gdb.texinfo | 26 +++++ gdb/gdbcmd.h | 105 +-------------------- gdb/source.c | 66 ++++++++++++- .../{detach-sysroot-target.c => source-open.c} | 5 +- gdb/testsuite/gdb.base/source-open.exp | 44 +++++++++ 8 files changed, 191 insertions(+), 108 deletions(-) copy gdb/testsuite/gdb.base/{detach-sysroot-target.c => source-open.c} (90%) create mode 100644 gdb/testsuite/gdb.base/source-open.exp