Searched refs:RemoveBreakpoint (Results 1 – 9 of 9) sorted by relevance
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;
1498 Status NativeProcessLinux::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { in RemoveBreakpoint() function in NativeProcessLinux1502 return NativeProcessProtocol::RemoveBreakpoint(addr); in RemoveBreakpoint()1848 Status error = RemoveBreakpoint(thread_info.second); in SignalIfAllThreadsStopped()
163 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
637 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
309 Status brkpt_error = RemoveBreakpoint(thread_info->second); in MonitorSIGTRAP()
2989 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()
733 (DNBBreakpoint::RemoveBreakpoint()): Renamed to Remove().