2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>

* gdb.texinfo (Set Breaks): Add missing "@end table".
This commit is contained in:
Jan-Benedict Glaw 2014-09-22 13:02:10 +02:00
parent 9a6cf3683d
commit 342cc09114
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* gdb.texinfo (Set Breaks): Add missing "@end table".
2014-09-22 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Set Breaks): Document that "set breakpoint

View File

@ -3857,6 +3857,7 @@ Causes all breakpoints to be inserted in the target at all times. If
the user adds a new breakpoint, or changes an existing breakpoint, the
breakpoints in the target are updated immediately. A breakpoint is
removed from the target only when breakpoint itself is deleted.
@end table
@value{GDBN} handles conditional breakpoints by evaluating these conditions
when a breakpoint breaks. If the condition is true, then the process being