]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
doc/gdbinv-s.m4.in: remove text on special procedures to continue after
authorRoland Pesch <pesch@cygnus>
Sat, 12 Sep 1992 01:14:57 +0000 (01:14 +0000)
committerRoland Pesch <pesch@cygnus>
Sat, 12 Sep 1992 01:14:57 +0000 (01:14 +0000)
                    explicit call to breakpoint() in serial stubs.

gdb/doc/gdbinv-s.m4.in

index f2f4cef55605fa43b1eb658b30d96e52d3a84b4e..f390745f295e6089336bc5d083a0a016a3d51cfe 100644 (file)
@@ -128,33 +128,6 @@ _GDBN__ session will get control.
 Call @code{breakpoint} if none of these is true, or if you simply want
 to make certain your program stops at a predetermined point for the
 start of your debugging session.
-
-@quotation
-@emph{Warning:} when you set a breakpoint using this subroutine, it's a
-little harder than usual to restart your program afterwards---because if
-you simply @code{continue}, you will immediately run into the line of
-your program that sets the breakpoint!
-
-To get past this, adjust the program counter manually to get past the
-current instruction before issuing the @code{continue} command.  For example,
-
-@example
-(_GDBP__) p $pc = 4+$pc
-
-FIXME!!! Stu, I suspect I don't have this quite right.  
-         Please supply the right incantation...  presumably the
-         constant depends on instruction width, BTW?
-         Sample output would be nice too, so I don't have to make
-         up a ridiculous number.         
-
-Nothing simpler works, right?  Frinstance, an ignore count on the
-continue would just keep stopping at the same place too?
-
-Whatta bout $pc++ ---does GDB know the instruction width as a "type" size?
-
-(_GDBP__) continue
-@end example
-@end quotation
 @end table
 
 @node bootstrapping