diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-02 00:56:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-02 00:56:37 +0000 |
commit | e4bd67c61ebd902b89a95c156b7d4427ca9cc09b (patch) | |
tree | db10d7e915fb5c308b55d39f01e693c959d8f904 /gdb/tracepoint.c | |
parent | 9c1b09fc53943ce1a713163915cc12d4bb9e65d7 (diff) | |
download | gdb-e4bd67c61ebd902b89a95c156b7d4427ca9cc09b.tar.gz |
s/NO_FUNCTION/NULL/
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 0ccdf6f3232..12441921427 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); |