Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp23 m_type(eSoftware), // Process subclasses need to set this correctly using in BreakpointSite()
162 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h39 eSoftware, // Breakpoint opcode has been written to memory and enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1740 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()
1819 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()
2171 if (bp->GetType() != BreakpointSite::eSoftware) in WriteMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3083 case BreakpointSite::eSoftware: in DisableBreakpointSite()
5527 (bp_site->GetType() == BreakpointSite::eSoftware || in DidForkSwitchSoftwareBreakpoints()