Searched refs:RemoveBreakpoint (Results 1 – 10 of 10) 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;
306 Status NativeProcessWindows::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in lldb_private::NativeProcessWindows
1505 Status NativeProcessLinux::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { in RemoveBreakpoint() function in NativeProcessLinux1509 return NativeProcessProtocol::RemoveBreakpoint(addr); in RemoveBreakpoint()1836 Status error = RemoveBreakpoint(thread_info.second); in SignalIfAllThreadsStopped()
143 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
630 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
2758 m_debugged_process_up->RemoveBreakpoint(addr, want_hardware); in Handle_z()
733 (DNBBreakpoint::RemoveBreakpoint()): Renamed to Remove().