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 | e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57 (patch) | |
tree | a6ed2a3114a3693262786a15e3731a16814c149a /gdb/tracepoint.c | |
parent | 76b79d6ec8ffbc873e6d9c05617b621843d5bc3e (diff) | |
download | gdb-e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57.zip gdb-e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57.tar.gz gdb-e00d1dc8a5dbd8ab410d19b1a24d385f2410ba57.tar.bz2 |
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 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); |