mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
2012-08-23 Pedro Alves <palves@redhat.com>
* infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help string.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-08-23 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
|
||||||
|
string.
|
||||||
|
|
||||||
2012-08-23 Yao Qi <yao@codesourcery.com>
|
2012-08-23 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
|
* tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
|
||||||
|
@ -3019,7 +3019,7 @@ all targets."));
|
|||||||
c = add_com ("signal", class_run, signal_command, _("\
|
c = add_com ("signal", class_run, signal_command, _("\
|
||||||
Continue program with the specified signal.\n\
|
Continue program with the specified signal.\n\
|
||||||
Usage: signal SIGNAL\n\
|
Usage: signal SIGNAL\n\
|
||||||
The SIGNAL arugment is processed the same as the handle command.\n\
|
The SIGNAL argument is processed the same as the handle command.\n\
|
||||||
\n\
|
\n\
|
||||||
An argument of \"0\" means continue the program without sending it a signal.\n\
|
An argument of \"0\" means continue the program without sending it a signal.\n\
|
||||||
This is useful in cases where the program stopped because of a signal,\n\
|
This is useful in cases where the program stopped because of a signal,\n\
|
||||||
|
Reference in New Issue
Block a user