Home
last modified time | relevance | path

Searched refs:eSoftware (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp25 m_type(eSoftware), // Process subclasses need to set this correctly using in BreakpointSite()
164 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h39 eSoftware, // Breakpoint opcode has been written to memory and enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp1728 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()
1807 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()
2159 if (bp->GetType() != BreakpointSite::eSoftware) in WriteMemory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3020 case BreakpointSite::eSoftware: in DisableBreakpointSite()
5168 (bp_site->GetType() == BreakpointSite::eSoftware || in DidForkSwitchSoftwareBreakpoints()