aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-01-22 03:09:06 +0000
committerStan Shebs <shebs@codesourcery.com>1999-01-22 03:09:06 +0000
commitb58ed18b12099c22c974aec23e17ade13105f2bc (patch)
treedcf74510a9913fe5b26f77f608eb4743c31b9ada /gdb/top.c
parent51aa361ef8aa81812faa32a28ece7a77d8d4a39b (diff)
downloadgdb-b58ed18b12099c22c974aec23e17ade13105f2bc.zip
gdb-b58ed18b12099c22c974aec23e17ade13105f2bc.tar.gz
gdb-b58ed18b12099c22c974aec23e17ade13105f2bc.tar.bz2
From J.T. Conklin <jtc@redbacknetworks.com>:
* top.c (init_main): Fix tipo in description of the remotetimeout variable. * breakpoint.c (bpstat_stop_status): Handle systems where DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 2aff8d4..2f0ed0e 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -3660,7 +3660,7 @@ is displayed.", &setlist),
add_set_cmd ("remotetimeout", no_class, var_integer, (char *)&remote_timeout,
"Set timeout limit to wait for target to respond.\n\
This value is used to set the time limit for gdb to wait for a response\n\
-from he target.", &setlist),
+from the target.", &setlist),
&showlist);
c = add_set_cmd ("annotate", class_obscure, var_zinteger,