Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance
43 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
169 virtual Status RemoveWatchpoint(lldb::addr_t addr);
44 Status RemoveWatchpoint(lldb::addr_t addr) override;
266 Status error = RemoveWatchpoint(addr); in SetWatchpoint()277 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
254 Status error = RemoveWatchpoint(addr); in SetWatchpoint()265 Status NativeThreadFreeBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadFreeBSD
194 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()206 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol216 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
2764 const Status error = m_current_process->RemoveWatchpoint(addr); in Handle_z()