Searched refs:RemoveWatchpoint (Results 1 – 8 of 8) sorted by relevance
47 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
181 virtual Status RemoveWatchpoint(lldb::addr_t addr);
44 Status RemoveWatchpoint(lldb::addr_t addr) override;
268 Status error = RemoveWatchpoint(addr); in SetWatchpoint()279 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
256 Status error = RemoveWatchpoint(addr); in SetWatchpoint()267 Status NativeThreadFreeBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadFreeBSD
196 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()208 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol218 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
2997 const Status error = m_current_process->RemoveWatchpoint(addr); in Handle_z()