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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from cd7c32c36a Fix leak due to assigning a xstrdup-ed string to the std::st [...] adds 53d666ecfb gdb/testsuite: Fix pretty-print.exp on big-endian platforms adds e43b10e10e Remove the ui_out_style_kind enum adds 0dfe5bfbb7 Don't create empty literal pieces adds 2a3c1174c3 Introduce gdb-specific %p format suffixes adds 6a831f06e1 Use new %p format suffixes in gdb adds 14309bb6bf Style "pwd" output adds 7f6aba03b9 Introduce metadata style adds 9d636d67e0 Use styled_string in more places adds d770d56f42 Use styled_string for "show logging filename" adds c292080e11 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 192 +++++++++++++++++++++++++++++ gdb/ada-lang.c | 13 +- gdb/ada-tasks.c | 14 ++- gdb/ada-typeprint.c | 15 ++- gdb/ada-valprint.c | 18 ++- gdb/auto-load.c | 40 +++--- gdb/break-catch-sig.c | 4 +- gdb/break-catch-syscall.c | 3 +- gdb/breakpoint.c | 81 ++++++------ gdb/c-typeprint.c | 32 +++-- gdb/cli-out.c | 68 +++++------ gdb/cli-out.h | 13 +- gdb/cli/cli-cmds.c | 11 +- gdb/cli/cli-logging.c | 5 +- gdb/cli/cli-style.c | 11 ++ gdb/cli/cli-style.h | 5 + gdb/cp-valprint.c | 19 +-- gdb/disasm.c | 3 +- gdb/expprint.c | 6 +- gdb/f-typeprint.c | 3 +- gdb/f-valprint.c | 6 +- gdb/gdbsupport/format.c | 178 +++++++++++++++++---------- gdb/gdbsupport/format.h | 11 +- gdb/gnu-v3-abi.c | 4 +- gdb/infcmd.c | 4 +- gdb/infrun.c | 19 ++- gdb/linux-thread-db.c | 9 +- gdb/m2-typeprint.c | 3 +- gdb/m2-valprint.c | 10 +- gdb/macrocmd.c | 6 +- gdb/mi/mi-out.c | 17 +-- gdb/mi/mi-out.h | 12 +- gdb/p-lang.c | 5 +- gdb/p-typeprint.c | 8 +- gdb/p-valprint.c | 16 ++- gdb/printcmd.c | 18 +-- gdb/python/py-framefilter.c | 7 +- gdb/python/py-prettyprint.c | 8 +- gdb/record-btrace.c | 9 +- gdb/rust-lang.c | 5 +- gdb/skip.c | 9 +- gdb/solib.c | 3 +- gdb/source.c | 3 +- gdb/stack.c | 41 ++++--- gdb/symfile.c | 13 +- gdb/symtab.c | 24 ++-- gdb/testsuite/ChangeLog | 26 ++++ gdb/testsuite/gdb.base/pretty-print.c | 8 +- gdb/testsuite/gdb.base/pretty-print.exp | 8 +- gdb/testsuite/gdb.base/style.exp | 19 ++- gdb/testsuite/lib/gdb-utils.exp | 1 + gdb/tracepoint.c | 22 ++-- gdb/tui/tui-out.c | 8 +- gdb/tui/tui-out.h | 7 +- gdb/typeprint.c | 8 +- gdb/ui-out.c | 210 +++++++++++++++++++++++++++++++- gdb/ui-out.h | 166 ++++++++++++++++++++++--- gdb/ui-style.h | 6 + gdb/unittests/format_pieces-selftests.c | 37 ++++-- gdb/utils.c | 81 ++++++++++-- gdb/utils.h | 25 +++- gdb/valprint.c | 30 +++-- gdb/value.c | 4 +- 64 files changed, 1255 insertions(+), 417 deletions(-)