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
1832 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()1911 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()2303 if (bp->GetType() != BreakpointSite::eSoftware) in WriteMemory()
3201 case BreakpointSite::eSoftware: in DisableBreakpointSite()