This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/21122] Documentation mistakes for breakpoint-related commands


https://sourceware.org/bugzilla/show_bug.cgi?id=21122

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Galvan
<martingalvan@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=18da0c51da58527152e019924cc5105cd89765d6

commit 18da0c51da58527152e019924cc5105cd89765d6
Author: Martin Galvan <omgalvan.86@gmail.com>
Date:   Fri Feb 10 13:37:31 2017 -0300

    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'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]