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 404f29021a [PR build/24886] disable glibc mcheck support new 590042fc45 Make first and last lines of 'command help documentation' co [...] new d2834edcb6 Add a selftest that checks documentation invariants.
The 2 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 | 79 +++++++++++++++++++++++++ gdb/Makefile.in | 1 + gdb/ada-lang.c | 12 ++-- gdb/ada-tasks.c | 4 +- gdb/breakpoint.c | 61 +++++++++++-------- gdb/cli/cli-cmds.c | 9 +-- gdb/cli/cli-decode.c | 31 ++++++---- gdb/cli/cli-decode.h | 11 +++- gdb/cli/cli-logging.c | 4 +- gdb/cli/cli-option.c | 16 +++-- gdb/cli/cli-setshow.c | 5 +- gdb/cli/cli-style.c | 28 ++++----- gdb/compile/compile.c | 12 ++-- gdb/corelow.c | 3 +- gdb/dwarf-index-cache.c | 4 +- gdb/dwarf2read.c | 6 +- gdb/filesystem.c | 4 +- gdb/frame.c | 4 +- gdb/gnu-nat.c | 10 ++-- gdb/infcall.c | 2 +- gdb/infcmd.c | 5 +- gdb/interps.c | 9 ++- gdb/language.c | 8 +-- gdb/linux-fork.c | 3 +- gdb/maint-test-options.c | 4 +- gdb/maint-test-settings.c | 48 +++++++-------- gdb/maint.c | 21 +++---- gdb/memattr.c | 10 ++-- gdb/printcmd.c | 9 +-- gdb/python/lib/gdb/function/strfns.py | 8 +-- gdb/ravenscar-thread.c | 8 +-- gdb/record-btrace.c | 14 ++--- gdb/record-full.c | 4 +- gdb/record.c | 6 +- gdb/regcache-dump.c | 4 +- gdb/regcache.c | 2 +- gdb/remote.c | 36 ++++++------ gdb/ser-tcp.c | 16 ++--- gdb/serial.c | 8 +-- gdb/skip.c | 30 +++++----- gdb/source.c | 10 +++- gdb/stack.c | 13 +++-- gdb/symfile.c | 4 +- gdb/symtab.c | 3 +- gdb/target-descriptions.c | 9 +-- gdb/testsuite/ChangeLog | 5 ++ gdb/testsuite/gdb.base/help.exp | 8 +-- gdb/testsuite/gdb.base/style.exp | 4 +- gdb/top.c | 17 +++--- gdb/tracefile-tfile.c | 3 +- gdb/tracepoint.c | 20 +++---- gdb/tui/tui-win.c | 6 +- gdb/unittests/help-doc-selftests.c | 107 ++++++++++++++++++++++++++++++++++ gdb/utils.c | 8 +-- gdb/valprint.c | 2 +- 55 files changed, 513 insertions(+), 265 deletions(-) create mode 100644 gdb/unittests/help-doc-selftests.c