This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 53d666ecfb gdb/testsuite: Fix pretty-print.exp on big-endian platforms new e43b10e10e Remove the ui_out_style_kind enum new 0dfe5bfbb7 Don't create empty literal pieces new 2a3c1174c3 Introduce gdb-specific %p format suffixes new 6a831f06e1 Use new %p format suffixes in gdb new 14309bb6bf Style "pwd" output new 7f6aba03b9 Introduce metadata style new 9d636d67e0 Use styled_string in more places new d770d56f42 Use styled_string for "show logging filename"
The 8 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: 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 | 17 +++ 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 +- 61 files changed, 1236 insertions(+), 409 deletions(-)