This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 6a9d08661b Revert "elf: Remove the 1-page gap before the RELRO segment" adds f36c891801 gdb/cli: convert cli_suppress_notification from int to bool adds 2b826f7592 gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification' adds 61fb73769a gdb: add the 'set/show suppress-cli-notifications' command adds 59091b1280 gdb/disasm: combine the no printing disassembler setup code adds d08cbc5d32 gdb: unbuffer all input streams when not using readline adds 573269a87c gdb: make thread_info::m_thread_fsm a std::unique_ptr
No new revisions were added by this update.
Summary of changes: gdb/NEWS | 8 ++ gdb/arc-tdep.c | 10 +- gdb/breakpoint.c | 6 +- gdb/cli/cli-cmds.c | 39 +++++++ gdb/cli/cli-decode.c | 10 +- gdb/cli/cli-decode.h | 2 +- gdb/cli/cli-interp.c | 15 +-- gdb/command.h | 11 +- gdb/disasm.c | 17 ++- gdb/disasm.h | 6 + gdb/doc/gdb.texinfo | 69 +++++++++++ gdb/event-top.c | 19 +-- gdb/gdbthread.h | 37 +++++- gdb/infcall.c | 49 ++++---- gdb/infcmd.c | 8 +- gdb/infrun.c | 44 +++---- gdb/mi/mi-interp.c | 6 +- gdb/s12z-tdep.c | 10 +- ...m-bp-shl-main.c => cli-suppress-notification.c} | 5 +- ...{template.exp => cli-suppress-notification.exp} | 22 ++-- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 128 +++++++++++++++++++++ gdb/thread.c | 7 +- gdb/tui/tui-interp.c | 4 + 23 files changed, 414 insertions(+), 118 deletions(-) copy gdb/testsuite/gdb.base/{msym-bp-shl-main.c => cli-suppress-notification.c} (94%) copy gdb/testsuite/gdb.base/{template.exp => cli-suppress-notification.exp} (50%) create mode 100644 gdb/testsuite/gdb.mi/mi-multi-commands.exp