diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
commit | ed393c169bc7fc344b3574f26d4529e70ec5e081 (patch) | |
tree | 988d7cf9e016b6de33a082e72fb5aecb6a60212c /gdb/doc | |
parent | b607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (diff) | |
download | gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.zip gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.gz gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 19c5aa3..036c89a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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'. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index df4e6da..ed723f4 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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. |