gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / run-on-main-thread.c
index 86824b5af4a4e38dbfce3cb32cf37e4b7249dbdb..74ab1e19a57a45f795bbb661784680e65e1898d6 100644 (file)
@@ -1,5 +1,5 @@
 /* Run a function on the main thread
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -89,6 +89,7 @@ run_on_main_thread (std::function<void ()> &&func)
   serial_event_set (runnable_event);
 }
 
+void _initialize_run_on_main_thread ();
 void
 _initialize_run_on_main_thread ()
 {
This page took 0.023562 seconds and 4 git commands to generate.