Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp463 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local
467 sb_interpreter.SourceInitFileInGlobalDirectory(result); in MainLoop()
468 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
473 sb_interpreter.SourceInitFileInCurrentWorkingDirectory(result); in MainLoop()
634 return sb_interpreter.GetQuitStatus(); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp516 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local
518 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
520 return sb_interpreter; in GetCommandInterpreter()
532 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() local
535 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
H A DSBCommandInterpreter.cpp76 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local