See the huge ChangeLog entry that has the header:

Thu Jul 25 19:41:31 1996  Fred Fish  <fnf@cygnus.com>

for details about these changes.  I was going to include the complete
entry in the checkin message but it was apparently so large it caused
cvs to dump core.
This commit is contained in:
Fred Fish
1996-07-26 04:12:12 +00:00
parent b607efe714
commit ed393c169b
17 changed files with 110 additions and 72 deletions

View File

@ -1,3 +1,8 @@
Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
* gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
a target_signal as arg type, not a pid.
Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
* gdb.texinfo: Document `set assembly-language'.

View File

@ -2197,7 +2197,7 @@ remote-adapt.c
@item NO_SINGLE_STEP
Define this if the target does not support single-stepping.
If this is defined, you must supply, in @code{*-tdep.c}, the function
@code{single_step}, which takes a pid as argument and returns nothing.
@code{single_step}, which takes a target_signal as argument and returns nothing.
It must insert breakpoints at each possible destinations of the next
instruction. See @code{sparc-tdep.c} and @code{rs6000-tdep.c}
for examples.