This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/gdb.
from 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 [...] new 3ceda72296 Fix GDB internal error by using text (instead of data) secti [...]
The 1 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/version.h | 2 +- binutils/ChangeLog | 4 + binutils/po/sv.po | 4047 ++++++++++---------- 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 | 12 +- gdb/cp-valprint.c | 2 +- gdb/disasm.c | 4 +- gdb/dtrace-probe.c | 2 +- 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-prettyprint.c | 2 +- gdb/python/python.c | 31 +- gdb/ravenscar-thread.c | 10 +- gdb/record-btrace.c | 6 +- gdb/remote.c | 25 +- gdb/source.c | 10 +- gdb/stack.c | 20 +- gdb/stap-probe.c | 2 +- gdb/symfile.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 2 +- gdb/target-delegates.c | 12 +- gdb/target.c | 4 +- gdb/target.h | 6 +- .../py-source-styling.c} | 22 +- gdb/testsuite/gdb.python/py-source-styling.exp | 64 + gdb/top.c | 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/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 +- 61 files changed, 2413 insertions(+), 2151 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