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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from be6d4f74c7 Remove duplicate or commented-out #includes adds b6fb1ee51c Fix leak in event-top.c history expansion adds b1afaa3566 Automatic date update in version.in adds d65d5705cd Remove the EXTERN define from stabsread.h adds 2e8db3703b Automatic date update in version.in adds 951d1049fa Include compile-internal.h in gcc-c-plugin.h adds 7af7e9b5d8 Remove a comment in compile/compile-cplus-types.c adds 6b4d777433 Use "struct bcache" in objfiles.h adds 3fabc0163a Do not include py-ref.h in most files adds 37b3ab5b54 Declare remote_target in remote-fileio.h adds 38561778f3 Rename "lines" parameter in source-cache.h adds 93cc1d53f5 Include gdb_curses.h in tui-wingeneral.h adds 71ba91e1c0 Include coff/sym.h from coff/ecoff.h adds a7c9855d03 corelow.c does not need sys/file.h adds 6406a2701b ld: Add LTO warning to --wrap documentation adds d99386305c Updated translations for some of the binutils subdirectory. adds 6594e12286 AArch64: Ensure lwp info is created zeroed adds ae73e2e243 Remove a warning from symtab.c new cf08fb29f8 Rename ESC -> ESC_PARENS new 54b65c9b51 Introduce scope_exit new 5b9b3e53a6 Introduce forward_scope_exit new 77f0e74cbe Use forward_scope_exit for scoped_finish_thread_state new e587ef421e Use SCOPE_EXIT in gdbarch-selftest.c new 5419bdae55 Replace delete_longjmp_breakpoint_cleanup with a forward_sco [...] new 89f8fb50fa Remove remaining cleanup from gdb/breakpoint.c new 4c41382ac1 Remove delete_just_stopped_threads_infrun_breakpoints_cleanup new 694c6bf542 Remove make_bpstat_clear_actions_cleanup new 2cc83d1e0e Remove cleanup_delete_std_terminate_breakpoint new 1db93f14fa Remove cleanup from linux-nat.c new 286526c1e5 Remove clear_symtab_users_cleanup new 9885e6bb5b Remove cleanup from stop_all_threads new d238133d02 Remove remaining cleanup from fetch_inferior_event new 979a0d1304 Update an obsolete cleanup comment new 296bd123f7 Update cleanup comment in ui-out.h new 311dc83a41 Use scope_exit in regcache.c
The 17 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: bfd/ChangeLog | 4 + bfd/po/fr.po | 2991 +++++++++++++++++-------------- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/po/fr.po | 3573 +++++++++++++++++++------------------ binutils/po/pt.po | 3529 ++++++++++++++++++------------------ gdb/ChangeLog | 195 ++ gdb/breakpoint.c | 27 +- gdb/common/forward-scope-exit.h | 123 ++ gdb/common/preprocessor.h | 2 +- gdb/common/scope-exit.h | 186 ++ gdb/common/valid-expr.h | 18 +- gdb/compile/compile-cplus-types.c | 3 +- gdb/compile/gcc-c-plugin.h | 2 + gdb/corelow.c | 3 - gdb/event-top.c | 18 +- gdb/gdbarch-selftests.c | 8 +- gdb/gdbthread.h | 28 +- gdb/infcall.c | 13 +- gdb/infcmd.c | 12 +- gdb/inferior.h | 4 +- gdb/infrun.c | 230 ++- gdb/language.h | 7 +- gdb/linux-nat.c | 18 +- gdb/nat/aarch64-linux.c | 2 +- gdb/objfiles.h | 4 +- gdb/python/py-arch.c | 1 - gdb/python/py-bpevent.c | 1 - gdb/python/py-cmd.c | 1 - gdb/python/py-continueevent.c | 1 - gdb/python/py-event.h | 1 - gdb/python/py-evtregistry.c | 1 - gdb/python/py-finishbreakpoint.c | 1 - gdb/python/py-frame.c | 1 - gdb/python/py-framefilter.c | 1 - gdb/python/py-function.c | 1 - gdb/python/py-infevents.c | 1 - gdb/python/py-linetable.c | 1 - gdb/python/py-objfile.c | 1 - gdb/python/py-param.c | 1 - gdb/python/py-prettyprint.c | 1 - gdb/python/py-progspace.c | 1 - gdb/python/py-symbol.c | 1 - gdb/python/py-symtab.c | 1 - gdb/python/py-type.c | 1 - gdb/python/py-unwind.c | 1 - gdb/python/py-utils.c | 1 - gdb/python/py-value.c | 1 - gdb/python/py-varobj.c | 1 - gdb/python/py-xmethods.c | 1 - gdb/python/python.c | 1 - gdb/regcache.c | 34 +- gdb/remote-fileio.h | 1 + gdb/source-cache.h | 10 +- gdb/stabsread.c | 18 +- gdb/stabsread.h | 33 +- gdb/symfile.c | 24 +- gdb/top.c | 8 +- gdb/tui/tui-wingeneral.h | 2 + gdb/ui-out.h | 8 +- gdb/utils.c | 17 - gdb/utils.h | 1 - gdb/varobj.c | 1 - include/ChangeLog | 4 + include/coff/ecoff.h | 2 + ld/ChangeLog | 5 + ld/ld.texi | 3 + opcodes/ChangeLog | 4 + opcodes/po/pt_BR.po | 652 +++---- 69 files changed, 6399 insertions(+), 5460 deletions(-) create mode 100644 gdb/common/forward-scope-exit.h create mode 100644 gdb/common/scope-exit.h