mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
2014-09-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* gdb.texinfo (Set Breaks): Add missing "@end table".
This commit is contained in:
@ -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>
|
2014-09-22 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* gdb.texinfo (Set Breaks): Document that "set breakpoint
|
* gdb.texinfo (Set Breaks): Document that "set breakpoint
|
||||||
|
@ -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
|
the user adds a new breakpoint, or changes an existing breakpoint, the
|
||||||
breakpoints in the target are updated immediately. A breakpoint is
|
breakpoints in the target are updated immediately. A breakpoint is
|
||||||
removed from the target only when breakpoint itself is deleted.
|
removed from the target only when breakpoint itself is deleted.
|
||||||
|
@end table
|
||||||
|
|
||||||
@value{GDBN} handles conditional breakpoints by evaluating these conditions
|
@value{GDBN} handles conditional breakpoints by evaluating these conditions
|
||||||
when a breakpoint breaks. If the condition is true, then the process being
|
when a breakpoint breaks. If the condition is true, then the process being
|
||||||
|
Reference in New Issue
Block a user