| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 529 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ModuleUUIDs() 595 Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath() 606 interpreter.GetExecutionContext().GetRegisterContext(); in Registers() 717 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in FrameIndexes() 735 interpreter.GetExecutionContext().GetTargetSP(); in StopHookIDs() 755 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ThreadIndexes() 772 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in WatchPointIDs()
|
| H A D | CommandObjectExpression.cpp | 295 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in HandleCompletion() 404 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in EvaluateExpression() 569 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectTrace.cpp | 306 ProcessSP process_sp = m_interpreter.GetExecutionContext().GetProcessSP(); in DoGetProxyCommandObject()
|
| H A D | CommandObjectTarget.cpp | 1317 &strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpCompileUnitLineTable() 1406 symtab->Dump(&strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpModuleSymtab() 1419 interpreter.GetExecutionContext().GetTargetPtr(), true, in DumpModuleSections() 1464 Target *target = interpreter.GetExecutionContext().GetTargetPtr(); in LookupAddressInModule() 1476 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1541 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1596 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1717 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
| H A D | CommandObjectWatchpoint.cpp | 1049 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 367 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 1611 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 823 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in GetProxyCommandObject()
|
| H A D | CommandObjectType.cpp | 2752 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueUUID.cpp | 63 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in AutoComplete()
|
| H A D | CommandObject.cpp | 110 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions() 159 m_exe_ctx = m_interpreter.GetExecutionContext(); in CheckRequirements() 217 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in CheckRequirements() 275 m_exe_ctx = m_interpreter.GetExecutionContext(); in HandleCompletion()
|
| H A D | CommandAlias.cpp | 42 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
|
| H A D | CommandInterpreter.cpp | 1533 ExecutionContext exe_ctx(GetExecutionContext()); in PreprocessCommand() 2219 ExecutionContext exe_ctx(GetExecutionContext()); in GetPlatform() 2231 auto exe_ctx = GetExecutionContext(); in DidProcessStopAbnormally() 2725 ExecutionContext CommandInterpreter::GetExecutionContext() const { in GetExecutionContext() function in CommandInterpreter 2742 if (ProcessSP process_sp = GetExecutionContext().GetProcessSP()) in GetProcessOutput() 2909 ExecutionContext exe_ctx(GetExecutionContext()); in IOHandlerInterrupt()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2546 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess() 3613 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 3854 .GetExecutionContext() in GetProcess() 3951 .GetExecutionContext() in GetProcess() 4420 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 4487 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 4913 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 4925 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 5184 m_debugger.GetCommandInterpreter().GetExecutionContext(); in WindowDelegateDraw() 5275 m_debugger.GetCommandInterpreter().GetExecutionContext(); in WindowDelegateDraw() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 395 ExecutionContext GetExecutionContext() const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 28 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 5204 (ProcessGDBRemote *)m_interpreter.GetExecutionContext() in DoExecute() 5253 (ProcessGDBRemote *)m_interpreter.GetExecutionContext() in DoExecute() 5291 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute() 5331 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute() 5379 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1318 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable() 1342 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 888 m_interpreter.GetExecutionContext().GetProcessPtr()); in DoExecute()
|