mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
gdb/
2012-11-28 Yao Qi <yao@codesourcery.com> * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to abbreviate 'delete tracepoints' to 'delete tr'. * corefile.c (_initialize_core): Call add_alias_cmd to abbreviate 'set gnutarget' to 'set g'. * value.c (_initialize_values): Call add_alias_cmd to abbreviate 'show convenience' to 'show conv'.
This commit is contained in:
@ -16339,6 +16339,7 @@ Delete specified tracepoints.\n\
|
||||
Arguments are tracepoint numbers, separated by spaces.\n\
|
||||
No argument means delete all tracepoints."),
|
||||
&deletelist);
|
||||
add_alias_cmd ("tr", "tracepoints", class_trace, 1, &deletelist);
|
||||
|
||||
c = add_cmd ("tracepoints", class_trace, disable_trace_command, _("\
|
||||
Disable specified tracepoints.\n\
|
||||
|
Reference in New Issue
Block a user