This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new 6c92c33953 Convert wrap_here to use integer parameter new 7016a382b0 Add ui_file::wrap_here new 1285ce8629 Always call the wrap_here method new 27d326da43 Remove global wrap_here function new 299953ca95 gdb/python: handle non utf-8 characters when source highlighting new 423f33d970 Automatic date update in version.in
The 6 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 +- gdb/NEWS | 3 + gdb/ada-typeprint.c | 8 +-- gdb/ada-valprint.c | 6 +- gdb/breakpoint.c | 15 ++-- 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/source.c | 10 +-- gdb/stack.c | 20 +++--- gdb/symfile.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 2 +- 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 ++ 54 files changed, 424 insertions(+), 220 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