summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index 886eb60eed6..ed3aeb80d94 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -200,10 +200,10 @@ public:
// Process Watchpoints
//----------------------------------------------------------------------
virtual lldb_private::Error
- EnableWatchpoint (lldb_private::WatchpointLocation *wp_loc);
+ EnableWatchpoint (lldb_private::Watchpoint *wp);
virtual lldb_private::Error
- DisableWatchpoint (lldb_private::WatchpointLocation *wp_loc);
+ DisableWatchpoint (lldb_private::Watchpoint *wp);
virtual bool
StartNoticingNewThreads();
OpenPOWER on IntegriCloud