From: Stan Shebs Date: Fri, 22 Jan 1999 03:09:06 +0000 (+0000) Subject: From J.T. Conklin : X-Git-Tag: gdb-4_18~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b58ed18b12099c22c974aec23e17ade13105f2bc;p=external%2Fbinutils.git From J.T. Conklin : * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8101355..38a3153 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,6 +5,12 @@ Thu Jan 21 17:51:51 1999 Stan Shebs to_require_detach empty, not needed for /proc systems yet. (_initialize_procfs): Call init_procfs_ops. + From J.T. Conklin : + * 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 * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds 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,