Lines Matching refs:GetCommandInterpreter
240 m_debugger_sp = m_interpreter->GetCommandInterpreter().GetDebugger().shared_from_this(); in PythonInputReaderManager()
544 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in ~ScriptInterpreterPython()
662 … 'lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebug… in EnterSession()
663 …ldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebug… in EnterSession()
673 …\"lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebug… in EnterSession()
674 …ldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebug… in EnterSession()
876 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in InputReaderCallback()
1006 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in ExecuteInterpreterLoop()
1302 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1320 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1335 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateBreakpointOptionsCommandCallback()
1360 reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode() : in GenerateBreakpointOptionsCommandCallback()
1367 …ScriptInterpreter *interpreter = reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter… in GenerateBreakpointOptionsCommandCallback()
1418 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1437 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1452 bool batch_mode = reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode(); in GenerateWatchpointOptionsCommandCallback()
1477 reader.GetDebugger().GetCommandInterpreter().GetBatchCommandMode() : in GenerateWatchpointOptionsCommandCallback()
1484 …ScriptInterpreter *interpreter = reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter… in GenerateWatchpointOptionsCommandCallback()
1522 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in CollectDataForBreakpointCommandCallback()
1555 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in CollectDataForWatchpointCommandCallback()
2083 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateSyntheticScriptedProvider()
2229 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in BreakpointCallbackFunction()
2284 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in WatchpointCallbackFunction()
2392 Debugger &debugger = script_interpreter->GetCommandInterpreter().GetDebugger(); in RunEmbeddedPythonInterpreter()