Searched refs:eSoftware (Results 1 – 4 of 4) sorted by relevance
25 m_type(eSoftware), // Process subclasses need to set this correctly using in BreakpointSite()164 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()
39 eSoftware, // Breakpoint opcode has been written to memory and enumerator
1724 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()1803 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()2155 if (bp->GetType() != BreakpointSite::eSoftware) in WriteMemory()
3065 case BreakpointSite::eSoftware: in DisableBreakpointSite()5198 (bp_site->GetType() == BreakpointSite::eSoftware || in DidForkSwitchSoftwareBreakpoints()