diff options
author | Stan Shebs <shebs@codesourcery.com> | 2010-03-18 01:09:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2010-03-18 01:09:26 +0000 |
commit | 573cda036ad9f4f8bfe70199cca46106a9583153 (patch) | |
tree | a1a9d302ac04aff351f226da7b90a3213eddb35a /gdb/tracepoint.h | |
parent | d5041980353873354218b8b18babc5a2847ba342 (diff) | |
download | gdb-573cda036ad9f4f8bfe70199cca46106a9583153.zip gdb-573cda036ad9f4f8bfe70199cca46106a9583153.tar.gz gdb-573cda036ad9f4f8bfe70199cca46106a9583153.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 819a67a..c273f25 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 */ |