Searched refs:RemoveBreakpoint (Results 1 – 11 of 11) sorted by relevance
77 self.client.Control.RemoveBreakpoint(x)
346 def RemoveBreakpoint(self, bp): member in Control
86 Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false) override;
329 Status NativeProcessWindows::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in lldb_private::NativeProcessWindows
96 Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false) override;
1497 Status NativeProcessLinux::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { in RemoveBreakpoint() function in NativeProcessLinux1501 return NativeProcessProtocol::RemoveBreakpoint(addr); in RemoveBreakpoint()1847 Status error = RemoveBreakpoint(thread_info.second); in SignalIfAllThreadsStopped()
162 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
618 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
309 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
2984 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()
733 (DNBBreakpoint::RemoveBreakpoint()): Renamed to Remove().