aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>1998-03-27 03:36:27 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>1998-03-27 03:36:27 +0000
commit411589588ad4b9c31e68ca69378a9efcefe24321 (patch)
tree06448722792da1f4d68dcab0429a8f42efb7c745 /gdb/tracepoint.h
parent6d133cc9dff70d06c61e9347e06bd22f7edf9c77 (diff)
downloadfsf-binutils-gdb-411589588ad4b9c31e68ca69378a9efcefe24321.zip
fsf-binutils-gdb-411589588ad4b9c31e68ca69378a9efcefe24321.tar.gz
fsf-binutils-gdb-411589588ad4b9c31e68ca69378a9efcefe24321.tar.bz2
Thu Mar 26 22:29:28 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdbtk.c: (gdb_trace_status) new function. (gdbtk_init) added command "gdb_is_tracing". (tracepoint_notify) added passcount information. * tracepoint.c (trace_status_command): Recognize a boolean return value from the stub to indicate whether trace experiment is running. Export this value as a global state variable (trace_running_p) for use by the GUI. (from Michael Snyder) (trace_pass_command) added call to modify_tracepoint_hook. * tracepoint.h export trace_running_p
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index ad6a7b0..8f6198f 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -94,6 +94,8 @@ struct tracepoint
extern struct tracepoint *tracepoint_chain;
+extern unsigned long trace_running_p;
+
/* A hook used to notify the UI of tracepoint operations */
void (*create_tracepoint_hook) PARAMS ((struct tracepoint *));