From: Jan-Benedict Glaw Date: Mon, 22 Sep 2014 11:02:10 +0000 (+0200) Subject: 2014-09-22 Jan-Benedict Glaw X-Git-Tag: binutils-2_25~271 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=342cc09114e3925c31de80910420f3b809f3923b;p=external%2Fbinutils.git 2014-09-22 Jan-Benedict Glaw * gdb.texinfo (Set Breaks): Add missing "@end table". --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d77a80e..9a4bc09 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-09-22 Jan-Benedict Glaw + + * gdb.texinfo (Set Breaks): Add missing "@end table". + 2014-09-22 Pedro Alves * gdb.texinfo (Set Breaks): Document that "set breakpoint diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 537fae8..026706a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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