diff options
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index bc7abce..0af3c3c 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -563,8 +563,13 @@ private: /* Move THREAD out of the jump pad. */ void move_out_of_jump_pad (thread_info *thread); + +protected: + /* The architecture-specific "low" methods are listed below. */ }; +extern linux_process_target *the_linux_target; + #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr))) #define get_lwp_thread(lwp) ((lwp)->thread) |