Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance
43 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
156 virtual Status RemoveWatchpoint(lldb::addr_t addr);
246 Status error = RemoveWatchpoint(addr); in SetWatchpoint()256 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
44 Status RemoveWatchpoint(lldb::addr_t addr) override;
61 Status RemoveWatchpoint(lldb::addr_t addr) override;
103 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadDarwin
183 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()195 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol205 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
2692 const Status error = m_debugged_process_up->RemoveWatchpoint(addr);