gdb/doc/
authorYao Qi <yao@codesourcery.com>
Mon, 6 Aug 2012 14:21:10 +0000 (14:21 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 6 Aug 2012 14:21:10 +0000 (14:21 +0000)
Fix PR14371.

* gdb.texinfo (GDB/MI Async Records): Fix the doc for
'=breakpoint-deleted'.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 90fb5f582bfd2fb2dab5a060cfe2cd149e442815..16fb3aaa8b1d2173ccd3eb485b4312169575b9f6 100644 (file)
@@ -1,3 +1,10 @@
+2012-08-06  Yao Qi  <yao@codesourcery.com>
+
+       Fix PR14371.
+
+       * gdb.texinfo (GDB/MI Async Records): Fix the doc for
+       '=breakpoint-deleted'.
+
 2012-08-02  Yao Qi  <yao@codesourcery.com>
 
        * gdb.texinfo (Native): Remove node Neutrino.
index 15a9efd2f02db3d21da9a81fe83eb66031224dee..793e7cf01568c26f7084c4931cb6d23f5b6e307f 100644 (file)
@@ -27607,13 +27607,14 @@ thread groups.
 
 @item =breakpoint-created,bkpt=@{...@}
 @itemx =breakpoint-modified,bkpt=@{...@}
-@itemx =breakpoint-deleted,bkpt=@{...@}
+@itemx =breakpoint-deleted,id=@var{number}
 Reports that a breakpoint was created, modified, or deleted,
 respectively.  Only user-visible breakpoints are reported to the MI
 user.
 
 The @var{bkpt} argument is of the same form as returned by the various
-breakpoint commands; @xref{GDB/MI Breakpoint Commands}.
+breakpoint commands; @xref{GDB/MI Breakpoint Commands}.  The
+@var{number} is the ordinal number of the breakpoint.
 
 Note that if a breakpoint is emitted in the result record of a
 command, then it will not also be emitted in an async record.