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 0ccdf6f..1244192 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -2661,7 +2661,7 @@ _initialize_tracepoint (void) add_info ("scope", scope_info, "List the variables local to a scope"); - add_cmd ("tracepoints", class_trace, NO_FUNCTION, + add_cmd ("tracepoints", class_trace, NULL, "Tracing of program execution without stopping the program.", &cmdlist); |