mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
gdb/doc/
Fix PR14371. * gdb.texinfo (GDB/MI Async Records): Fix the doc for '=breakpoint-deleted'.
This commit is contained in:
@ -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>
|
2012-08-02 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (Native): Remove node Neutrino.
|
* gdb.texinfo (Native): Remove node Neutrino.
|
||||||
|
@ -27607,13 +27607,14 @@ thread groups.
|
|||||||
|
|
||||||
@item =breakpoint-created,bkpt=@{...@}
|
@item =breakpoint-created,bkpt=@{...@}
|
||||||
@itemx =breakpoint-modified,bkpt=@{...@}
|
@itemx =breakpoint-modified,bkpt=@{...@}
|
||||||
@itemx =breakpoint-deleted,bkpt=@{...@}
|
@itemx =breakpoint-deleted,id=@var{number}
|
||||||
Reports that a breakpoint was created, modified, or deleted,
|
Reports that a breakpoint was created, modified, or deleted,
|
||||||
respectively. Only user-visible breakpoints are reported to the MI
|
respectively. Only user-visible breakpoints are reported to the MI
|
||||||
user.
|
user.
|
||||||
|
|
||||||
The @var{bkpt} argument is of the same form as returned by the various
|
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
|
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.
|
command, then it will not also be emitted in an async record.
|
||||||
|
Reference in New Issue
Block a user