]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
[gdb/testsuite] Fix layout next/prev/regs help message
authorTom de Vries <tdevries@suse.de>
Mon, 24 Feb 2020 11:30:48 +0000 (12:30 +0100)
committerTom de Vries <tdevries@suse.de>
Mon, 24 Feb 2020 11:30:48 +0000 (12:30 +0100)
commitc9af65210c36aa0b5362b8ce2814ca8a5b09af92
treed9be9e5570fd9bf85a58e4cf6c475e75a6a73820
parenta98c743fdf721a2333220209ca15e147badb55d1
[gdb/testsuite] Fix layout next/prev/regs help message

With test-case gdb.gdb/unittest.exp, I run into:
...
(gdb) maintenance selftest^M
   ...
Running selftest help_doc_invariants.^M
help doc broken invariant: command 'layout next' help doc first line is \
  not terminated with a '.' character^M
help doc broken invariant: command 'layout prev' help doc first line is \
  not terminated with a '.' character^M
help doc broken invariant: command 'layout regs' help doc first line is \
  not terminated with a '.' character^M
Self test failed: self-test failed at help-doc-selftests.c:95^M
...

Fix this by adding the missing '.' character.

Build and reg-tested on x86_64-linux.

gdb/ChangeLog:

2020-02-24  Tom de Vries  <tdevries@suse.de>

* tui/tui-layout.c (_initialize_tui_layout): Fix help messages for
commands layout next/prev/regs.
gdb/ChangeLog
gdb/tui/tui-layout.c