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 0130c22..052beb6 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -314,6 +314,8 @@ public: int read_auxv (CORE_ADDR offset, unsigned char *myaddr, unsigned int len) override; + + bool supports_z_point_type (char z_type) override; }; #define get_thread_lwp(thr) ((struct lwp_info *) (thread_target_data (thr))) |