Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance
155 Status error = RemoveWatchpoint(addr); in SetWatchpoint()165 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
45 Status RemoveWatchpoint(lldb::addr_t addr) override;
48 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
134 virtual Status RemoveWatchpoint(lldb::addr_t addr);
184 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()196 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol206 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
64 Status RemoveWatchpoint(lldb::addr_t addr) override;
104 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadDarwin
2636 const Status error = m_debugged_process_up->RemoveWatchpoint(addr);