diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 06def78e80c..1c092dd1a88 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -664,7 +664,7 @@ proceed_thread_callback (struct thread_info *thread, void *arg) return 0; } -void +static void ensure_valid_thread (void) { if (ptid_equal (inferior_ptid, null_ptid) @@ -676,7 +676,7 @@ ensure_valid_thread (void) is likely to mix up recorded and live target data. So simply disallow those commands. */ -void +static void ensure_not_tfind_mode (void) { if (get_traceframe_number () >= 0) |