From J.T. Conklin <jtc@redbacknetworks.com>:
authorStan Shebs <shebs@codesourcery.com>
Fri, 22 Jan 1999 03:09:06 +0000 (03:09 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 22 Jan 1999 03:09:06 +0000 (03:09 +0000)
* 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.

gdb/ChangeLog
gdb/top.c

index 8101355b36e8d3cf7d0f8554a1145072407c1591..38a31530e987b671984a83cfd21c2af914520b33 100644 (file)
@@ -5,6 +5,12 @@ Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
        to_require_detach empty, not needed for /proc systems yet.
        (_initialize_procfs): Call init_procfs_ops.
 
+       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.
+
 Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
 
        * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
index 2aff8d429e0cfb4e593e24faf47d166d7664844c..2f0ed0e344616b51b12bf919465f365a3f953037 100644 (file)
--- 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, 
This page took 0.028604 seconds and 4 git commands to generate.