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 39d53d04357 sim: filter out SIGSTKSZ [PR sim/28302] new 1d7fe7f01b9 gdb: Introduce setting construct within cmd_list_element new e0700ba44c5 gdb: make string-like set show commands use std::string variable new 702991711a9 gdb: Have setter and getter callbacks for settings new 1a98bb552d7 gdb: Setting setter return a bool to tell if the value changed
The 4 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/auto-load.c | 50 ++--- gdb/breakpoint.c | 22 +-- gdb/bt-utils.c | 10 +- gdb/build-id.c | 4 +- gdb/cli/cli-cmds.c | 148 ++++++++------ gdb/cli/cli-decode.c | 458 ++++++++++++++++++++++++++++++++++++------- gdb/cli/cli-decode.h | 9 +- gdb/cli/cli-logging.c | 23 +-- gdb/cli/cli-option.c | 9 +- gdb/cli/cli-option.h | 4 +- gdb/cli/cli-setshow.c | 188 ++++++++---------- gdb/cli/cli-setshow.h | 4 +- gdb/command.h | 332 ++++++++++++++++++++++++++++++- gdb/compile/compile.c | 46 ++--- gdb/corefile.c | 17 +- gdb/defs.h | 4 +- gdb/disasm.c | 11 +- gdb/disasm.h | 2 +- gdb/dwarf2/dwz.c | 2 +- gdb/dwarf2/index-cache.c | 10 +- gdb/dwarf2/read.c | 10 +- gdb/event-top.c | 12 +- gdb/fork-child.c | 7 +- gdb/guile/scm-param.c | 175 ++++++++++------- gdb/infcmd.c | 14 +- gdb/linux-thread-db.c | 17 +- gdb/main.c | 17 +- gdb/maint-test-options.c | 11 +- gdb/maint-test-settings.c | 8 +- gdb/maint.c | 2 +- gdb/mi/mi-cmd-env.c | 18 +- gdb/proc-api.c | 5 +- gdb/python/py-param.c | 65 ++++-- gdb/python/python-internal.h | 2 +- gdb/python/python.c | 29 +-- gdb/remote-sim.c | 7 +- gdb/remote.c | 13 +- gdb/serial.c | 8 +- gdb/solib.c | 20 +- gdb/source.c | 66 ++++--- gdb/source.h | 5 +- gdb/stack.c | 22 +-- gdb/symfile.c | 49 +++-- gdb/symtab.c | 46 +++-- gdb/target-descriptions.c | 2 +- gdb/top.c | 112 +++++------ gdb/top.h | 2 +- gdb/tracepoint.c | 29 +-- gdb/tracepoint.h | 2 +- 49 files changed, 1395 insertions(+), 733 deletions(-)