Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBDebugger.cpp315 SBCommandInterpreter sb_interpreter; in GetCommandInterpreter() local
317 sb_interpreter.reset (&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
321 m_opaque_sp.get(), sb_interpreter.get()); in GetCommandInterpreter()
323 return sb_interpreter; in GetCommandInterpreter()
336 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand() local
339 sb_interpreter.HandleCommand (command, result, false); in HandleCommand()
DSBCommandInterpreter.cpp52 SBCommandInterpreter sb_interpreter(&m_interpreter); in DoExecute() local
/external/lldb/tools/driver/
DDriver.cpp1321 SBCommandInterpreter sb_interpreter = m_debugger.GetCommandInterpreter(); in MainLoop() local
1387 listener.StartListeningForEvents (sb_interpreter.GetBroadcaster(), in MainLoop()
1395 sb_interpreter.SourceInitFileInHomeDirectory(result); in MainLoop()
1484 sb_interpreter.SourceInitFileInCurrentWorkingDirectory (result); in MainLoop()
1572 else if (event.BroadcasterMatchesRef (sb_interpreter.GetBroadcaster())) in MainLoop()