diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index 437db59..12cc2fb 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -4203,7 +4203,7 @@ _initialize_tracepoint (void) add_info ("scope", info_scope_command, _("List the variables local to a scope")); - add_cmd ("tracepoints", class_trace, NULL, + add_cmd ("tracepoints", class_trace, _("Tracing of program execution without stopping the program."), &cmdlist); |