Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h39 eSoftware, // Breakpoint opcode has been written to memory and enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1772 if (bp_site->GetType() == BreakpointSite::eSoftware) { in EnableSoftwareBreakpoint()
1851 bp_site->SetType(BreakpointSite::eSoftware); in DisableSoftwareBreakpoint()
2326 if (bp->GetType() != BreakpointSite::eSoftware) in CanJIT()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3104 case BreakpointSite::eSoftware: in DisableBreakpointSite()
5704 (bp_site->GetType() == BreakpointSite::eSoftware ||