Home
last modified time | relevance | path

Searched refs:GetCommandInterpreter (Results 1 – 25 of 37) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanPython.cpp72 …*script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScrip… in DidPush()
91 …*script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScrip… in ShouldStop()
114 …*script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScrip… in DoPlanExplainsStop()
155 …*script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInterpreter().GetScrip… in GetPlanRunState()
HDLanguageRuntime.cpp441 CommandObjectSP command = command_callback(parent->GetCommandInterpreter()); in InitializeCommands()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp186 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create()
296 m_opaque_sp->GetCommandInterpreter().SkipLLDBInitFiles (b); in SkipLLDBInitFiles()
303 m_opaque_sp->GetCommandInterpreter().SkipAppInitFiles (b); in SkipAppInitFiles()
404 SBDebugger::GetCommandInterpreter () in GetCommandInterpreter() function in SBDebugger
410 sb_interpreter.reset (&m_opaque_sp->GetCommandInterpreter()); in GetCommandInterpreter()
430 SBCommandInterpreter sb_interpreter(GetCommandInterpreter ()); in HandleCommand()
442 SBProcess process(GetCommandInterpreter().GetProcess ()); in HandleCommand()
978 m_opaque_sp->GetCommandInterpreter().RunCommandInterpreter(auto_handle_events, in RunCommandInterpreter()
995 CommandInterpreter &interp = m_opaque_sp->GetCommandInterpreter(); in RunCommandInterpreter()
1056 ExecutionContext exe_ctx (debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
[all …]
HDSBBreakpointLocation.cpp181 …m_opaque_sp->GetBreakpoint().GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterprete… in SetScriptCallbackFunction()
200 …Error error = m_opaque_sp->GetBreakpoint().GetTarget().GetDebugger().GetCommandInterpreter().GetSc… in SetScriptCallbackBody()
HDSBTypeCategory.cpp366 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary()
474 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic()
HDSBCommandInterpreter.cpp684 …tMultiword *new_command = new CommandObjectMultiword(m_opaque_sp->GetCommandInterpreter(),name,hel… in AddMultiwordCommand()
700 …nd_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter(),name,imp… in AddCommand()
HDSBBreakpoint.cpp628 …m_opaque_sp->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter()->SetBreakpoi… in SetScriptCallbackFunction()
647 …Error error = m_opaque_sp->GetTarget().GetDebugger().GetCommandInterpreter().GetScriptInterpreter… in SetScriptCallbackBody()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmdCmdExec.cpp203 …const lldb::ReturnStatus rtn = rSessionInfo.GetDebugger().GetCommandInterpreter().HandleCommand(pC… in Execute()
351 rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), m_lldbResult, false); in Execute()
478 rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), m_lldbResult, false); in Execute()
605 rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), m_lldbResult, false); in Execute()
732 rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), m_lldbResult, false); in Execute()
860 rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), m_lldbResult, false); in Execute()
955 …const lldb::ReturnStatus status = rDebugger.GetCommandInterpreter().HandleCommand(strCmd.c_str(), … in Execute()
HDMICmdCmdSymbol.cpp87 …const lldb::ReturnStatus rtn = rSessionInfo.GetDebugger().GetCommandInterpreter().HandleCommand(st… in Execute()
HDMICmnLLDBDebugger.cpp309 m_lldbDebugger.GetCommandInterpreter().SetPromptOnQuit(false); in InitSBDebugger()
370 …bOk = bOk && RegisterForEvent(strDbgId, m_lldbDebugger.GetCommandInterpreter().GetBroadcaster(), e… in InitSBListener()
HDMICmdCmdTarget.cpp148 lldb::SBCommandInterpreter cmdIterpreter = rDbgr.GetCommandInterpreter(); in Execute()
HDMICmdCmdMiscellanous.cpp463 …rSessionInfo.GetDebugger().GetCommandInterpreter().HandleCommand(rStrCommand.c_str(), m_lldbResult… in Execute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp292 return io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion (current_line, in IOHandlerComplete()
307 …mandCompletions::InvokeCommonCompletionCallbacks (io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
2471 … debugger.GetCommandInterpreter().UpdateExecutionContext(NULL); in Run()
2486 debugger.GetCommandInterpreter().UpdateExecutionContext(NULL); in Run()
2994 ExecutionContext exe_ctx (m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
3275 return m_debugger.GetCommandInterpreter().GetExecutionContext().GetProcessSP(); in GetProcess()
3395 return m_debugger.GetCommandInterpreter().GetExecutionContext().GetProcessSP(); in GetProcess()
3907 ExecutionContext exe_ctx (m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
3998 ExecutionContext exe_ctx (m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
4370 … ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
[all …]
HDDebugger.cpp212 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPropertyValue()
214 GetCommandInterpreter().BroadcastEvent (prompt_change_event_sp); in SetPropertyValue()
294 GetCommandInterpreter().UpdatePrompt(new_prompt); in SetPrompt()
798 … ScriptInterpreter* script_interpreter = GetCommandInterpreter().GetScriptInterpreter(can_create); in SetOutputFileHandle()
1669GetCommandInterpreter().BroadcastEvent(CommandInterpreter::eBroadcastBitQuitCommandReceived); in StopEventHandlerThread()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreter.cpp36 ScriptInterpreter::GetCommandInterpreter () in GetCommandInterpreter() function in ScriptInterpreter
HDScriptInterpreterPython.cpp420 … 'lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebug… in EnterSession()
421 …ldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebug… in EnterSession()
431 … 'lldb.debugger_unique_id = %" PRIu64, m_dictionary_name.c_str(), GetCommandInterpreter().GetDebug… in EnterSession()
432 …ldb.debugger = lldb.SBDebugger.FindDebuggerWithID (%" PRIu64 ")", GetCommandInterpreter().GetDebug… in EnterSession()
826 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in ExecuteInterpreterLoop()
1659 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateScriptedThreadPlan()
1788 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in CreateSyntheticScriptedProvider()
1809 DebuggerSP debugger_sp(GetCommandInterpreter().GetDebugger().shared_from_this()); in CreateScriptCommandObject()
1983 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in BreakpointCallbackFunction()
2037 ScriptInterpreter *script_interpreter = debugger.GetCommandInterpreter().GetScriptInterpreter(); in WatchpointCallbackFunction()
HDCommandObject.cpp927 CommandInterpreter& interpreter = GetCommandInterpreter(); in FormatLongHelpText()
956 CommandInterpreter& interpreter = GetCommandInterpreter(); in GenerateHelpText()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeSynthetic.cpp175 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in FrontEnd()
HDTypeSummary.cpp247 …ScriptInterpreter *script_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScript… in FormatObject()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBDebugger.h111 GetCommandInterpreter ();
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h135 GetCommandInterpreter () in GetCommandInterpreter() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObject.h96 GetCommandInterpreter () in GetCommandInterpreter() function
HDScriptInterpreter.h518 GetCommandInterpreter ();
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp98 m_interpreter = target_sp->GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); in OperatingSystemPython()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectExpression.cpp429 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()

12