Searched refs:SetSoftwareBreakpoint (Results 1 – 6 of 6) sorted by relevance
90 static Status SetSoftwareBreakpoint(lldb::addr_t bp_addr, unsigned bp_size, in SetSoftwareBreakpoint() function138 error = SetSoftwareBreakpoint(bp_addr, *bp_size, process); in SetupSoftwareSingleStepping()
218 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
464 Status SetSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
341 Status NativeProcessProtocol::SetSoftwareBreakpoint(lldb::addr_t addr, in SetSoftwareBreakpoint() function in NativeProcessProtocol
732 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()
757 return SetSoftwareBreakpoint(addr, size); in SetBreakpoint()