mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
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:
@ -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'.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user