Searched refs:RemoveBreakpoint (Results 1 – 6 of 6) sorted by relevance
221 Status NativeProcessAIX::RemoveBreakpoint(lldb::addr_t addr, bool hardware) { in RemoveBreakpoint() function in NativeProcessAIX224 return NativeProcessProtocol::RemoveBreakpoint(addr); in RemoveBreakpoint()
93 Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false) override;
159 virtual Status RemoveBreakpoint(lldb::addr_t addr, bool hardware = false);
644 Status NativeProcessProtocol::RemoveBreakpoint(lldb::addr_t addr, in RemoveBreakpoint() function in NativeProcessProtocol
330 Status brkpt_error = RemoveBreakpoint(bp_addr); in MonitorSIGTRAP()
2989 m_current_process->RemoveBreakpoint(addr, want_hardware); in Handle_z()