diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 8364d38..18fdcf3 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -369,8 +369,8 @@ extern void trace_reset_local_state (void); extern void check_trace_running (struct trace_status *); -extern void start_tracing (char *notes); -extern void stop_tracing (char *notes); +extern void start_tracing (const char *notes); +extern void stop_tracing (const char *notes); extern void trace_status_mi (int on_stop); |