Home
last modified time | relevance | path

Searched refs:StopDisassemblyType (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h252 enum StopDisassemblyType { enum
330 StopDisassemblyType GetStopDisassemblyDisplay() const;
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp480 Debugger::StopDisassemblyType Debugger::GetStopDisassemblyDisplay() const { in GetStopDisassemblyDisplay()
482 return (Debugger::StopDisassemblyType) in GetStopDisassemblyDisplay()
/openbsd/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1900 Debugger::StopDisassemblyType disasm_display = in GetStatus()