This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/binutils-gdb.
from 6951e9f3e2 Automatic date update in version.in adds 0d4cad90ca New cli-utils.h/.c function extract_info_print_args adds 12615cba84 Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|fun [...] adds d321477b39 Document changes to info [args|functions|locals|variables] adds e0a7911fa2 Announce changes in NEWS to info [args|functions|locals|variables] adds 82b5e646c2 Add a test case for info args|functions|locals|variables [-q [...] adds c8ee3f04a6 Remove a bunch of usages of gdb_suppress_tests in 'runto_main'. adds 974e684463 Unify shell-finding logic adds 29be4d9dee Move make_temp_filename to common/pathstuff.c adds e418a61a67 Move mkdir_recursive to common/filestuff.c adds b3279b601e Use mkostemp, not mkstemp adds 36033ef57c Do not reopen temporary files adds b50a8b9a91 Cache a copy of the user's shell on macOS adds cd948f5b2b OBVIOUS Use report_unrecognized_option_error in 'demangle' a [...] adds 9da2bd6ac9 Automatic date update in version.in adds b0d99ba9e9 PR23837, Segmentation fault in resolve_symbol_value adds 8fc91c4098 Correct ChangeLog adds a3d7226832 gdb/riscv: Add back missing braces in riscv-linux-nat.c
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 7 + gas/config/tc-hppa.c | 3 +- gdb/ChangeLog | 121 ++++++++++ gdb/Makefile.in | 1 + gdb/NEWS | 9 + gdb/cli/cli-cmds.c | 6 +- gdb/cli/cli-utils.c | 129 +++++++++++ gdb/cli/cli-utils.h | 30 +++ gdb/common/filestuff.c | 45 ++++ gdb/common/filestuff.h | 21 ++ gdb/common/pathstuff.c | 23 ++ gdb/common/pathstuff.h | 12 + gdb/common/scoped_fd.h | 13 ++ gdb/darwin-nat.c | 151 ++++++++++++- gdb/demangle.c | 6 +- gdb/doc/ChangeLog | 7 + gdb/doc/gdb.texinfo | 125 ++++++++++- gdb/dwarf-index-cache.c | 114 +--------- gdb/dwarf-index-write.c | 66 +++--- gdb/gnulib/aclocal-m4-deps.mk | 2 +- gdb/gnulib/aclocal.m4 | 2 +- gdb/gnulib/config.in | 12 +- gdb/gnulib/configure | 95 ++------ gdb/gnulib/import/Makefile.am | 10 +- gdb/gnulib/import/Makefile.in | 18 +- gdb/gnulib/import/m4/gnulib-cache.m4 | 4 +- gdb/gnulib/import/m4/gnulib-comp.m4 | 17 +- gdb/gnulib/import/m4/mkostemp.m4 | 23 ++ gdb/gnulib/import/m4/mkstemp.m4 | 82 ------- gdb/gnulib/import/{mkstemp.c => mkostemp.c} | 12 +- gdb/gnulib/import/stdlib.in.h | 3 +- ...ostemps-Fix-compilation-error-in-C-mode-o.patch | 38 ++++ gdb/gnulib/update-gnulib.sh | 3 +- gdb/macrocmd.c | 8 +- gdb/nat/fork-inferior.c | 21 +- gdb/procfs.c | 4 +- gdb/python/python.c | 4 +- gdb/riscv-linux-nat.c | 6 +- gdb/stack.c | 139 ++++++++++-- gdb/symtab.c | 191 +++++++++++++--- gdb/symtab.h | 7 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.arch/altivec-regs.exp | 3 +- gdb/testsuite/gdb.arch/amd64-byte.exp | 3 +- gdb/testsuite/gdb.arch/amd64-dword.exp | 3 +- gdb/testsuite/gdb.arch/amd64-word.exp | 3 +- gdb/testsuite/gdb.arch/e500-abi.exp | 3 +- gdb/testsuite/gdb.arch/e500-regs.exp | 6 +- gdb/testsuite/gdb.arch/gdb1291.exp | 3 +- gdb/testsuite/gdb.arch/gdb1431.exp | 3 +- gdb/testsuite/gdb.arch/i386-avx.exp | 3 +- gdb/testsuite/gdb.arch/i386-byte.exp | 3 +- gdb/testsuite/gdb.arch/i386-prologue.exp | 3 +- gdb/testsuite/gdb.arch/i386-sse.exp | 3 +- gdb/testsuite/gdb.arch/i386-word.exp | 3 +- gdb/testsuite/gdb.arch/iwmmxt-regs.exp | 3 +- gdb/testsuite/gdb.arch/pa-nullify.exp | 15 +- gdb/testsuite/gdb.arch/powerpc-prologue.exp | 3 +- gdb/testsuite/gdb.arch/s390-tdbregs.exp | 5 +- gdb/testsuite/gdb.arch/vsx-regs.exp | 3 +- gdb/testsuite/gdb.asm/asm-source.exp | 3 +- gdb/testsuite/gdb.base/auxv.exp | 5 +- gdb/testsuite/gdb.base/bigcore.exp | 5 +- gdb/testsuite/gdb.base/info_qt.c | 78 +++++++ gdb/testsuite/gdb.base/info_qt.exp | 243 +++++++++++++++++++++ gdb/testsuite/gdb.base/overlays.exp | 3 +- gdb/testsuite/gdb.base/savedregs.exp | 5 +- gdb/testsuite/gdb.base/setshow.exp | 5 +- gdb/testsuite/gdb.base/sigaltstack.exp | 5 +- gdb/testsuite/gdb.base/sigbpt.exp | 3 +- gdb/testsuite/gdb.base/siginfo-addr.exp | 5 +- gdb/testsuite/gdb.base/siginfo-obj.exp | 10 +- gdb/testsuite/gdb.base/siginfo-thread.exp | 5 +- gdb/testsuite/gdb.base/siginfo.exp | 5 +- gdb/testsuite/gdb.base/signull.exp | 3 +- gdb/testsuite/gdb.base/sigrepeat.exp | 5 +- gdb/testsuite/gdb.base/structs2.exp | 5 +- gdb/testsuite/gdb.threads/threadapply.exp | 3 +- gdb/testsuite/gdb.threads/watchthreads.exp | 3 +- gdb/testsuite/gdb.threads/watchthreads2.exp | 3 +- gdb/unittests/mkdir-recursive-selftests.c | 89 ++++++++ gdb/unittests/scoped_fd-selftests.c | 22 +- gdb/unittests/scoped_mmap-selftests.c | 3 +- gdb/windows-nat.c | 5 +- 85 files changed, 1673 insertions(+), 516 deletions(-) create mode 100644 gdb/gnulib/import/m4/mkostemp.m4 delete mode 100644 gdb/gnulib/import/m4/mkstemp.m4 rename gdb/gnulib/import/{mkstemp.c => mkostemp.c} (79%) create mode 100644 gdb/gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-erro [...] create mode 100644 gdb/testsuite/gdb.base/info_qt.c create mode 100644 gdb/testsuite/gdb.base/info_qt.exp create mode 100644 gdb/unittests/mkdir-recursive-selftests.c