Searched refs:SetSoftwareBreakpoint (Results 1 – 3 of 3) sorted by relevance
452 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
359 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint() function in NativeProcessProtocol
584 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()