Searched refs:RemoveBreakpoint (Results 1 – 4 of 4) sorted by relevance
163 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
641 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
325 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
2988 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()