Searched refs:SetSoftwareBreakpoint (Results 1 – 4 of 4) sorted by relevance
468 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
340 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint() function in NativeProcessProtocol
704 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
753 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()