This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from 91ddba836c Reference array of structs instead of first member during memcpy adds fdf1350dc1 gdb: convert maintenance target-async and target-non-stop se [...] adds 51d185a65f Remove unused declaration adds 30a87e90be gdb/python: add gdb.history_count function adds bbea680797 gdb/python: improve the auto help text for gdb.Parameter adds 6c92c33953 Convert wrap_here to use integer parameter adds 7016a382b0 Add ui_file::wrap_here adds 1285ce8629 Always call the wrap_here method adds 27d326da43 Remove global wrap_here function adds 299953ca95 gdb/python: handle non utf-8 characters when source highlighting adds 423f33d970 Automatic date update in version.in adds 5fa0c2231c Updated Swedish translation for the binutils subdirectory adds b02b09623d gdb, btrace: rename record_btrace_enable_warn() adds b674665b51 gdb, btrace: switch threads in remote_btrace_maybe_reopen() adds 696c0d5ef2 gdb, gdbserver: update thread identifier in enable_btrace ta [...] adds 0d8cbc5f2f gdb, remote, btrace: move switch_to_thread call right before [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/sv.po | 4047 ++++++++++---------- gdb/NEWS | 3 + gdb/ada-typeprint.c | 8 +- gdb/ada-valprint.c | 6 +- gdb/breakpoint.c | 15 +- gdb/btrace.c | 2 +- gdb/c-typeprint.c | 16 +- gdb/cli-out.c | 4 +- gdb/cli-out.h | 2 +- gdb/cli/cli-cmds.c | 2 +- gdb/cli/cli-decode.c | 26 +- gdb/cli/cli-decode.h | 6 + gdb/cp-valprint.c | 2 +- gdb/disasm.c | 4 +- gdb/doc/python.texi | 46 +- gdb/exceptions.c | 2 +- gdb/exec.c | 2 +- gdb/f-typeprint.c | 4 +- gdb/guile/scm-pretty-print.c | 2 +- gdb/m2-typeprint.c | 8 +- gdb/main.c | 8 +- gdb/maint.c | 4 +- gdb/mi/mi-out.c | 4 +- gdb/mi/mi-out.h | 2 +- gdb/p-typeprint.c | 10 +- gdb/p-valprint.c | 2 +- gdb/printcmd.c | 8 +- gdb/psymtab.c | 10 +- gdb/python/lib/gdb/__init__.py | 6 +- gdb/python/py-framefilter.c | 6 +- gdb/python/py-param.c | 84 +- gdb/python/py-prettyprint.c | 2 +- gdb/python/py-value.c | 8 + gdb/python/python-internal.h | 1 + gdb/python/python.c | 33 +- gdb/ravenscar-thread.c | 10 +- gdb/record-btrace.c | 6 +- gdb/remote.c | 25 +- gdb/source.c | 10 +- gdb/stack.c | 20 +- gdb/symfile.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 2 +- gdb/target-delegates.c | 12 +- gdb/target.c | 72 +- gdb/target.h | 6 +- gdb/testsuite/gdb.python/py-parameter.exp | 36 +- .../py-source-styling.c} | 22 +- gdb/testsuite/gdb.python/py-source-styling.exp | 64 + gdb/testsuite/gdb.python/py-value.exp | 12 + gdb/top.c | 2 +- gdb/top.h | 2 - gdb/tracepoint.c | 15 +- gdb/ui-file.h | 17 + gdb/ui-out.c | 4 +- gdb/ui-out.h | 4 +- gdb/utils.c | 60 +- gdb/utils.h | 2 +- gdb/valprint.c | 2 +- gdb/value.c | 8 + gdb/value.h | 4 + gdb/x86-linux-nat.c | 3 +- gdb/x86-linux-nat.h | 2 +- gdbserver/linux-low.cc | 4 +- gdbserver/linux-low.h | 2 +- gdbserver/server.cc | 4 +- gdbserver/target.cc | 3 +- gdbserver/target.h | 8 +- 70 files changed, 2637 insertions(+), 2217 deletions(-) copy gdb/testsuite/{gdb.base/bt-selected-frame.c => gdb.python/py-source-styling.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-source-styling.exp