Home
last modified time | relevance | path

Searched refs:GetExecutionContext (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp531 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ModuleUUIDs()
597 Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath()
608 interpreter.GetExecutionContext().GetRegisterContext(); in Registers()
719 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in FrameIndexes()
737 interpreter.GetExecutionContext().GetTargetSP(); in StopHookIDs()
757 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ThreadIndexes()
774 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in WatchPointIDs()
H A DCommandObjectExpression.cpp284 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in HandleCompletion()
393 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in EvaluateExpression()
556 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectTrace.cpp407 ProcessSP process_sp = m_interpreter.GetExecutionContext().GetProcessSP(); in DoGetProxyCommandObject()
H A DCommandObjectTarget.cpp1320 &strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpCompileUnitLineTable()
1409 symtab->Dump(&strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpModuleSymtab()
1422 interpreter.GetExecutionContext().GetTargetPtr(), true, in DumpModuleSections()
1469 Target *target = interpreter.GetExecutionContext().GetTargetPtr(); in LookupAddressInModule()
1481 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule()
1547 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule()
1614 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule()
1736 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
H A DCommandObjectWatchpoint.cpp1044 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectPlatform.cpp1774 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectProcess.cpp1002 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in GetProxyCommandObject()
H A DCommandObjectCommands.cpp395 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
H A DCommandObjectType.cpp2719 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueUUID.cpp63 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in AutoComplete()
H A DCommandObject.cpp112 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions()
161 m_exe_ctx = m_interpreter.GetExecutionContext(); in CheckRequirements()
219 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in CheckRequirements()
277 m_exe_ctx = m_interpreter.GetExecutionContext(); in HandleCompletion()
H A DCommandAlias.cpp42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
H A DCommandInterpreter.cpp1752 ExecutionContext exe_ctx(GetExecutionContext()); in PreprocessCommand()
2464 ExecutionContext exe_ctx(GetExecutionContext()); in GetPlatform()
2476 auto exe_ctx = GetExecutionContext(); in DidProcessStopAbnormally()
2980 ExecutionContext CommandInterpreter::GetExecutionContext() const { in GetExecutionContext() function in CommandInterpreter
2997 if (ProcessSP process_sp = GetExecutionContext().GetProcessSP()) in GetProcessOutput()
3171 ExecutionContext exe_ctx(GetExecutionContext()); in IOHandlerInterrupt()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2967 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess()
3546 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess()
5079 .GetExecutionContext() in GetProcess()
5175 .GetExecutionContext() in GetProcess()
5290 m_debugger.GetCommandInterpreter().GetExecutionContext()); in GetProcess()
5890 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
5957 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw()
6396 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
6408 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
6423 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction()
[all …]
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp463 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting()
1331 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable()
1353 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h448 ExecutionContext GetExecutionContext() const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp29 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp894 (ProcessKDP *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4915 (ProcessGDBRemote *)m_interpreter.GetExecutionContext() in DoExecute()
4962 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
4998 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
5041 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
5089 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp885 m_interpreter.GetExecutionContext().GetProcessPtr()); in DoExecute()