This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from 7820b634f7 gdb/testsuite/tui: implement _csi_P proc adds 20471e00e2 gdbserver/linux: set lwp !stopped when failing to resume adds 5a0c4a06eb gdb/linux-nat: remove check based on current_inferior in lin [...] adds 0653f01479 gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml adds 49a82d50c0 Remove dbx mode adds 59f837cb11 gdb: initialize ctf_context::builder in create_partial_symtab
No new revisions were added by this update.
Summary of changes: gdb/NEWS | 2 + gdb/amd64-linux-tdep.c | 6 +- gdb/arch/amd64.c | 6 +- gdb/arch/i386.c | 4 +- gdb/breakpoint.c | 99 ------- gdb/cli/cli-cmds.c | 6 +- gdb/ctfread.c | 1 + gdb/defs.h | 3 - gdb/doc/gdb.texinfo | 3 - gdb/exec.c | 7 +- gdb/features/Makefile | 3 +- gdb/features/i386/32bit-pkeys.c | 14 - gdb/features/i386/64bit-pkeys.xml | 13 - gdb/features/i386/{64bit-pkeys.c => pkeys.c} | 4 +- gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} | 0 gdb/infrun.c | 42 ++- gdb/linux-nat.c | 17 +- gdb/main.c | 8 - gdb/printcmd.c | 12 - gdb/source.c | 3 - gdb/stack.c | 23 -- gdb/symtab.c | 11 - gdb/testsuite/gdb.base/dbx.exp | 308 --------------------- .../vfork-multi-inferior-sleep.c} | 4 +- .../vfork-multi-inferior.c} | 38 ++- gdb/testsuite/gdb.threads/vfork-multi-inferior.exp | 115 ++++++++ gdbserver/linux-low.cc | 20 +- 27 files changed, 205 insertions(+), 567 deletions(-) delete mode 100644 gdb/features/i386/32bit-pkeys.c delete mode 100644 gdb/features/i386/64bit-pkeys.xml rename gdb/features/i386/{64bit-pkeys.c => pkeys.c} (74%) rename gdb/features/i386/{32bit-pkeys.xml => pkeys.xml} (100%) delete mode 100644 gdb/testsuite/gdb.base/dbx.exp copy gdb/testsuite/{gdb.base/valgrind-infcall-2.c => gdb.threads/vfork-multi-infer [...] copy gdb/testsuite/{gdb.dwarf2/calling-convention.c => gdb.threads/vfork-multi-inf [...] create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-inferior.exp