| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 562 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ModuleUUIDs() 628 Variable::AutoComplete(interpreter.GetExecutionContext(), request); in VariablePath() 639 interpreter.GetExecutionContext().GetRegisterContext(); in Registers() 753 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in FrameIndexes() 775 interpreter.GetExecutionContext().GetTargetSP(); in StopHookIDs() 795 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ThreadIndexes() 812 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in WatchPointIDs() 839 const ExecutionContext &exe_ctx = interpreter.GetExecutionContext(); in ThreadIDs()
|
| H A D | CommandObjectExpression.cpp | 341 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in HandleCompletion() 409 ExecutionContext exe_ctx(m_interpreter.GetExecutionContext()); in EvaluateExpression() 583 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectTrace.cpp | 397 ProcessSP process_sp = m_interpreter.GetExecutionContext().GetProcessSP(); in DoGetProxyCommandObject()
|
| H A D | CommandObjectTarget.cpp | 1295 &strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpCompileUnitLineTable() 1385 symtab->Dump(&strm, interpreter.GetExecutionContext().GetTargetPtr(), in DumpModuleSymtab() 1398 interpreter.GetExecutionContext().GetTargetPtr(), true, in DumpModuleSections() 1530 Target *target = interpreter.GetExecutionContext().GetTargetPtr(); in LookupAddressInModule() 1542 interpreter.GetExecutionContext().GetBestExecutionContextScope(); in LookupAddressInModule() 1590 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupSymbolInModule() 1668 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFunctionInModule() 1791 interpreter.GetExecutionContext().GetBestExecutionContextScope(), in LookupFileAndLineInModule()
|
| H A D | CommandObjectWatchpoint.cpp | 988 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 381 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute() 1738 ExecutionContext exe_ctx = interpreter.GetExecutionContext(); in HandleOptionArgumentCompletion()
|
| H A D | CommandObjectPlatform.cpp | 1677 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 951 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in GetProxyCommandObject()
|
| H A D | CommandObjectType.cpp | 2628 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 111 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); in ParseOptions() 158 m_exe_ctx = m_interpreter.GetExecutionContext(); in CheckRequirements() 216 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); in CheckRequirements() 274 m_exe_ctx = m_interpreter.GetExecutionContext(); in HandleCompletion() 762 if (Target *target = m_interpreter.GetExecutionContext().GetTargetPtr()) in GetTarget()
|
| H A D | OptionValueUUID.cpp | 63 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in AutoComplete()
|
| H A D | CommandAlias.cpp | 41 cmd_obj_sp->GetCommandInterpreter().GetExecutionContext(); in ProcessAliasOptionsArgs()
|
| H A D | CommandInterpreter.cpp | 1024 auto frame_sp = GetExecutionContext().GetFrameSP(); in GetFrameLanguageCommand() 1858 ExecutionContext exe_ctx(GetExecutionContext()); in PreprocessToken() 1960 if (Target *target = GetExecutionContext().GetTargetPtr()) { in HandleCommand() 2633 ExecutionContext exe_ctx(GetExecutionContext()); in GetPlatform() 2645 auto exe_ctx = GetExecutionContext(); in DidProcessStopAbnormally() 3149 ExecutionContext CommandInterpreter::GetExecutionContext() const { in GetExecutionContext() function in CommandInterpreter 3166 if (ProcessSP process_sp = GetExecutionContext().GetProcessSP()) in GetProcessOutput() 3373 ExecutionContext exe_ctx(GetExecutionContext()); in IOHandlerInterrupt()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 2967 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess() 3546 m_debugger.GetCommandInterpreter().GetExecutionContext(); in StopRunningProcess() 5105 .GetExecutionContext() in GetProcess() 5200 .GetExecutionContext() in GetProcess() 5315 m_debugger.GetCommandInterpreter().GetExecutionContext()); in GetProcess() 5912 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 5979 m_debugger.GetCommandInterpreter().GetExecutionContext()); in WindowDelegateDraw() 6418 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 6430 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() 6446 m_debugger.GetCommandInterpreter().GetExecutionContext(); in MenuDelegateAction() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 440 m_opaque_sp->GetCommandInterpreter().GetExecutionContext()); in GetSetting() 1320 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in SetInternalVariable() 1342 debugger_sp->GetCommandInterpreter().GetExecutionContext()); in GetInternalVariableValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 471 ExecutionContext GetExecutionContext() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 31 auto exe_ctx = debugger.GetCommandInterpreter().GetExecutionContext(); in REPL()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 858 m_interpreter.GetExecutionContext().GetProcessPtr()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 5590 (ProcessGDBRemote *)m_interpreter.GetExecutionContext() in DoExecute() 5637 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute() 5671 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute() 5712 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute() 5759 (ProcessGDBRemote *)m_interpreter.GetExecutionContext().GetProcessPtr(); in DoExecute()
|