| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 252 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() 289 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 311 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions() 335 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 397 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 433 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 491 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 1159 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() 1196 Debugger &debugger = GetDebugger(); in DoExecute() 1248 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() [all …]
|
| H A D | CommandObjectSettings.cpp | 198 Status error(GetDebugger().SetPropertyValue( in DoExecute() 281 Status error(GetDebugger().DumpPropertyValue( in DoExecute() 399 Status error(GetDebugger().DumpPropertyValue( in DoExecute() 544 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute() 635 Status error(GetDebugger().SetPropertyValue( in DoExecute() 729 Status error(GetDebugger().SetPropertyValue( in DoExecute() 828 Status error(GetDebugger().SetPropertyValue( in DoExecute() 924 Status error(GetDebugger().SetPropertyValue( in DoExecute() 1011 Status error(GetDebugger().SetPropertyValue( in DoExecute() 1102 GetDebugger().GetValueProperties()->Clear(); in DoExecute() [all …]
|
| H A D | CommandObjectCommands.cpp | 142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute() 856 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete() 884 Debugger &debugger = GetDebugger(); in DoExecute() 1104 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1119 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1160 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject() 1173 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp() 1189 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1204 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1342 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute() [all …]
|
| H A D | CommandObjectScript.cpp | 81 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute() 91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
|
| H A D | CommandCompletions.cpp | 311 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles() 500 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles() 509 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories() 520 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules() 552 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Symbols() 568 interpreter.GetDebugger().GetValueProperties()); in SettingsNames() 620 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in Breakpoints() 651 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in BreakpointNames()
|
| H A D | CommandObjectExpression.cpp | 442 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression() 477 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 502 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() 570 Debugger &debugger = target.GetDebugger(); in DoExecute()
|
| H A D | CommandObjectGUI.cpp | 29 Debugger &debugger = GetDebugger(); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 257 Debugger &debugger = target->GetDebugger(); in WatchpointOptionsCallbackFunction() 382 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute() 413 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 162 Debugger &debugger = GetDebugger(); in DoExecute() 381 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 383 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() 400 error = GetDebugger().GetTargetList().CreateTarget( in DoExecute() 401 GetDebugger(), "", "", eLoadDependentsNo, in DoExecute() 726 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute() 729 GetDebugger().SetAsyncExecution(false); in DoExecute() 738 GetDebugger().SetAsyncExecution(old_sync); in DoExecute() 966 Debugger &debugger = GetDebugger(); in DoExecute()
|
| H A D | CommandObjectPlugin.cpp | 61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
|
| H A D | CommandObjectApropos.cpp | 75 GetDebugger().Apropos(search_word, properties); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 53 Debugger &CommandObject::GetDebugger() { return m_interpreter.GetDebugger(); } in GetDebugger() function in CommandObject 138 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions() 290 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion() 332 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord() 610 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText() 681 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget() 685 return m_interpreter.GetDebugger().GetSelectedOrDummyTarget(prefer_dummy); in GetSelectedOrDummyTarget() 694 return *m_interpreter.GetDebugger().GetSelectedTarget(); in GetSelectedTarget() 706 target = m_interpreter.GetDebugger().GetSelectedTarget().get(); in GetDefaultThread()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 74 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this()); in DoExecute() 143 ? m_opaque_ptr->GetDebugger() in GetIOHandlerControlSequence() 348 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess() 359 SBDebugger SBCommandInterpreter::GetDebugger() { in GetDebugger() function in SBCommandInterpreter 364 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger() 436 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInGlobalDirectory() 459 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory() 475 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInCurrentWorkingDirectory()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 27 Debugger &debugger = m_target.GetDebugger(); in REPL() 73 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() 175 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() 229 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() 495 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() 551 process_sp->GetTarget().GetDebugger().ClearIOHandlers(); in QuitCommandOverrideCallback() 565 Debugger &debugger = m_target.GetDebugger(); in RunLoop()
|
| /llvm-project-15.0.7/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() 102 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/conditional_break/ |
| H A D | conditional_break.py | 9 dbg = target.GetDebugger()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 515 process->GetTarget().GetDebugger().GetPlatformList().Create( in DynamicLoaderDarwinKernel() 771 Stream &s = target.GetDebugger().GetOutputStream(); in LoadImageUsingMemoryModule() 832 Stream &s = target.GetDebugger().GetOutputStream(); in LoadImageUsingMemoryModule() 923 Stream &s = target.GetDebugger().GetOutputStream(); in LoadImageUsingMemoryModule() 1107 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader() 1122 m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader() 1139 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader() 1243 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ParseKextSummaries()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 51 return &(target_sp->GetDebugger().GetOutputStream()); in GetLogStream() 177 m_process.GetTarget().GetDebugger().GetDisassemblyFormat(); in Log()
|
| H A D | StopInfo.cpp | 385 process->GetTarget().GetDebugger().GetID()); in PerformAction() 475 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction() 535 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction() 841 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 891 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction() 926 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 143 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData() 267 process_sp->GetTarget().GetDebugger().GetOutputStreamSP()); in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | stack_core_scripted_process.py | 28 self.corefile_target = target.GetDebugger().GetTargetAtIndex(idx) 127 self.corefile_target = self.target.GetDebugger().GetTargetAtIndex(val)
|
| /llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 778 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 886 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 1029 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand() 1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1665 process_sp->GetTarget().GetDebugger().shared_from_this(); in DumpHeader() 1794 process_sp->GetTarget().GetDebugger().shared_from_this(); in EnableNow()
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 645 GetDebugger().SetTerminalWidth(col); in ResizeWindow() 665 g_driver->GetDebugger().DispatchInputInterrupt(); in sigint_handler() 677 g_driver->GetDebugger().SaveInputTerminalState(); in sigtstp_handler() 695 g_driver->GetDebugger().RestoreInputTerminalState(); in sigtstp_handler()
|
| H A D | Driver.h | 94 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 135 GetDebugger ();
|