Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/driver/
DDriver.cpp494 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local
499 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
508 sb_interpreter.SourceInitFileInCurrentWorkingDirectory(result); in MainLoop()
682 return sb_interpreter.GetQuitStatus(); in MainLoop()
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp467 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local
469 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
471 return LLDB_RECORD_RESULT(sb_interpreter); in GetCommandInterpreter()
483 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() local
486 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
DSBCommandInterpreter.cpp69 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local