diff options
Diffstat (limited to 'gdbserver/nto-low.h')
-rw-r--r-- | gdbserver/nto-low.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbserver/nto-low.h b/gdbserver/nto-low.h index 001ccb6..c3e7099 100644 --- a/gdbserver/nto-low.h +++ b/gdbserver/nto-low.h @@ -94,6 +94,10 @@ public: int size, raw_breakpoint *bp) override; bool supports_hardware_single_step () override; + + bool stopped_by_watchpoint () override; + + CORE_ADDR stopped_data_address () override; }; /* The inferior's target description. This is a global because the |