PR gdb/21122: Fix documentation mistakes for breakpoint commands
authorMartin Galvan <omgalvan.86@gmail.com>
Fri, 10 Feb 2017 16:37:31 +0000 (13:37 -0300)
committerMartin Galvan <omgalvan.86@gmail.com>
Fri, 10 Feb 2017 16:38:54 +0000 (13:38 -0300)
commit18da0c51da58527152e019924cc5105cd89765d6
tree6e1756a3880e3f624c6ed4e18cc0c9224f30d7ce
parentdce75bf9848c88583377c608e9734a2f8616d12b
PR gdb/21122: Fix documentation mistakes for breakpoint commands

Currently, the breakpoint documentation refers to some commands taking breakpoint
"ranges" as arguments. We discussed this with Pedro and concluded that it would
be more accurate to speak in terms of breakpoint "lists", whose elements can optionally
be ranges. I also fixed a couple of minor mistakes in the docs.

gdb/ChangeLog:

* breakpoint.c (_initialize_breakpoint): Update the help description
of the 'commands' command to indicate that it takes a list argument.

gdb/doc/ChangeLog:

* gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
space-separated breakpoint lists.  Also add a missing @table command
and @cindex for breakpoint lists.

gdb/testsuite/ChangeLog:

* gdb.base/help.exp: Update match pattern for testing 'help commands'.
gdb/ChangeLog
gdb/breakpoint.c
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp
This page took 0.027757 seconds and 4 git commands to generate.