aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdbint.texinfo
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-07-26 04:12:12 +0000
committerFred Fish <fnf@specifix.com>1996-07-26 04:12:12 +0000
commited393c169bc7fc344b3574f26d4529e70ec5e081 (patch)
tree988d7cf9e016b6de33a082e72fb5aecb6a60212c /gdb/doc/gdbint.texinfo
parentb607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (diff)
downloadgdb-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/gdbint.texinfo')
-rw-r--r--gdb/doc/gdbint.texinfo2
1 files changed, 1 insertions, 1 deletions
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.