diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e58dd57..15ccf2e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -25191,6 +25191,19 @@ thread group in whose context the library was unloaded. If the field is absent, it means the library was unloaded in the context of all present thread groups. +@item =breakpoint-created,bkpt=@{...@} +@itemx =breakpoint-modified,bkpt=@{...@} +@itemx =breakpoint-deleted,bkpt=@{...@} +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}. + +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. + @end table @node GDB/MI Frame Information |