summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2010-03-18 01:09:25 +0000
committerStan Shebs <shebs@apple.com>2010-03-18 01:09:25 +0000
commit8850d00dc9ce1059186667f577841ad5edd093b1 (patch)
treee36bc6d0e4f14cedf371b6b6d6b37b83982f4ee5 /gdb/tracepoint.h
parent9ed708883a6e59c12ba179a641e6a5969eb61bf0 (diff)
downloadgdb-8850d00dc9ce1059186667f577841ad5edd093b1.tar.gz
2010-03-17 Stan Shebs <stan@codesourcery.com>
* infcall.c: Include tracepoint.h. (call_function_by_hand): Disallow calls in tfind mode. * infcmd.c: Include tracepoint.h. (ensure_not_tfind_mode): New function. (continue_1): Call it. (step_1) Ditto. (jump_command): Ditto. (signal_command): Ditto. (advance_command): Ditto. (until_command): Ditto. (finish_command): Ditto. * tracepoint.h (disconnect_or_stop_tracing): Declare.
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 819a67a2fd9..c273f25a9b4 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -162,4 +162,6 @@ extern struct breakpoint *create_tracepoint_from_upload (struct uploaded_tp *utp
extern void merge_uploaded_tracepoints (struct uploaded_tp **utpp);
extern void merge_uploaded_trace_state_variables (struct uploaded_tsv **utsvp);
+extern void disconnect_or_stop_tracing (int from_tty);
+
#endif /* TRACEPOINT_H */