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 f1578845bf4 Minor DAP test cleanups new 483b96f516d gdb: make get_chars_per_line return an unsigned value new 19a76d2bc7d gdb: fix crashes and weird output from new boxed hint text new 255a9c42709 gdb: new setting to disable progress bars
The 3 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/NEWS | 6 + gdb/cli-out.c | 79 +++++++++-- gdb/doc/gdb.texinfo | 15 +++ gdb/main.c | 5 +- gdb/testsuite/gdb.base/startup-hints.exp | 144 +++++++++++++++++++++ .../gdb.debuginfod/build-id-no-debug-warning.exp | 1 + .../gdb.debuginfod/corefile-mapped-file.exp | 1 + gdb/testsuite/gdb.debuginfod/crc_mismatch.exp | 1 + .../gdb.debuginfod/fetch_src_and_symbols.exp | 4 + gdb/testsuite/gdb.debuginfod/solib-with-soname.exp | 1 + gdb/top.c | 23 +++- gdb/utils.c | 3 +- gdb/utils.h | 5 +- 13 files changed, 266 insertions(+), 22 deletions(-) create mode 100644 gdb/testsuite/gdb.base/startup-hints.exp