diff options
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 7cbe9a9..0985b6f 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -70,7 +70,7 @@ public: bool stopped_by_watchpoint () override; - bool stopped_data_address (CORE_ADDR *) override; + std::vector<CORE_ADDR> stopped_data_addresses () override; bool stopped_by_sw_breakpoint () override; bool supports_stopped_by_sw_breakpoint () override; |