diff options
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index f78ef78..aa3baf3 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -371,6 +371,8 @@ public: bool supports_vfork_events () override; bool supports_exec_events () override; + + void handle_new_gdb_connection () override; }; #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr))) |