Searched refs:EnableSoftwareBreakpoint (Results 1 – 5 of 5) sorted by relevance
351 auto expected_bkpt = EnableSoftwareBreakpoint(addr, size_hint); in SetSoftwareBreakpoint()426 NativeProcessProtocol::EnableSoftwareBreakpoint(lldb::addr_t addr, in EnableSoftwareBreakpoint() function in NativeProcessProtocol
492 EnableSoftwareBreakpoint(lldb::addr_t addr, uint32_t size_hint);
2201 virtual Status EnableSoftwareBreakpoint(BreakpointSite *bp_site);
1741 Status Process::EnableSoftwareBreakpoint(BreakpointSite *bp_site) { in EnableSoftwareBreakpoint() function in Process
3200 return EnableSoftwareBreakpoint(bp_site); in EnableBreakpointSite()