Searched refs:SetSoftwareBreakpoint (Results 1 – 4 of 4) sorted by relevance
424 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
326 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint() function in NativeProcessProtocol
733 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
692 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()