Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h42 eSoftware, // Breakpoint opcode has been written to memory and enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointSite.cpp26 m_type(eSoftware), // Process subclasses need to set this correctly using in BreakpointSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1960 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()
2040 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3283 case BreakpointSite::eSoftware: in DisableBreakpointSite()