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.cpp453 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local
457 sb_interpreter.SourceInitFileInGlobalDirectory(result); in MainLoop()
458 sb_interpreter.SourceInitFileInHomeDirectory(result, m_option_data.m_repl); in MainLoop()
463 sb_interpreter.SourceInitFileInCurrentWorkingDirectory(result); in MainLoop()
624 return sb_interpreter.GetQuitStatus(); in MainLoop()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp559 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local
561 sb_interpreter.reset(&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
563 return sb_interpreter; in GetCommandInterpreter()
575 SBCommandInterpreter sb_interpreter(GetCommandInterpreter()); in HandleCommand() local
578 sb_interpreter.HandleCommand(command, result, false); in HandleCommand()
H A DSBCommandInterpreter.cpp76 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local