diff options
Diffstat (limited to 'gdbserver/linux-low.h')
-rw-r--r-- | gdbserver/linux-low.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdbserver/linux-low.h b/gdbserver/linux-low.h index 49fbc5e..bc45e3f 100644 --- a/gdbserver/linux-low.h +++ b/gdbserver/linux-low.h @@ -131,9 +131,6 @@ struct lwp_info; struct linux_target_ops { - /* Hook to support target specific qSupported. */ - void (*process_qsupported) (char **, int count); - /* Returns true if the low target supports tracepoints. */ int (*supports_tracepoints) (void); @@ -299,8 +296,6 @@ public: unsigned char *myaddr, unsigned int len) override; #endif - void process_qsupported (char **features, int count) override; - bool supports_tracepoints () override; CORE_ADDR read_pc (regcache *regcache) override; |