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.
This commit is contained in:
Stan Shebs 1999-01-22 03:09:06 +00:00
parent 51aa361ef8
commit b58ed18b12
2 changed files with 7 additions and 1 deletions

View 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. to_require_detach empty, not needed for /proc systems yet.
(_initialize_procfs): Call init_procfs_ops. (_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> Thu Jan 21 17:25:46 1999 Mark Alexander <marka@cygnus.com>
* mon960-rom.c (_initialize_mon960): Call init_mon960_cmds * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds

View file

@ -3660,7 +3660,7 @@ is displayed.", &setlist),
add_set_cmd ("remotetimeout", no_class, var_integer, (char *)&remote_timeout, add_set_cmd ("remotetimeout", no_class, var_integer, (char *)&remote_timeout,
"Set timeout limit to wait for target to respond.\n\ "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\ 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); &showlist);
c = add_set_cmd ("annotate", class_obscure, var_zinteger, c = add_set_cmd ("annotate", class_obscure, var_zinteger,