Home
last modified time | relevance | path

Searched defs:GetCommandInterpreter (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h170 CommandInterpreter &GetCommandInterpreter() { in GetCommandInterpreter() function
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp545 SBCommandInterpreter SBDebugger::GetCommandInterpreter() { in GetCommandInterpreter() function in SBDebugger