Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp25 m_type(eSoftware), // Process subclasses need to set this correctly using in BreakpointSite()
164 lldbassert(GetType() == Type::eSoftware); in IntersectsRange()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h39 eSoftware, // Breakpoint opcode has been written to memory and enumerator
/external/llvm-project/lldb/source/Target/
DProcess.cpp1832 if (bp_site->GetType() == BreakpointSite::eSoftware) { in RemoveBreakpointOpcodesFromBuffer()
1911 bp_site->SetType(BreakpointSite::eSoftware); in EnableSoftwareBreakpoint()
2303 if (bp->GetType() != BreakpointSite::eSoftware) in WriteMemory()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3201 case BreakpointSite::eSoftware: in DisableBreakpointSite()