| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 252 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() 286 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 308 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions() 332 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 396 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 430 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 486 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 989 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() 1026 Debugger &debugger = GetDebugger(); in DoExecute() 1079 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute() [all …]
|
| H A D | CommandObjectSettings.cpp | 193 Status error(GetDebugger().SetPropertyValue( in DoExecute() 277 Status error(GetDebugger().DumpPropertyValue( in DoExecute() 396 Status error(GetDebugger().DumpPropertyValue( in DoExecute() 542 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute() 633 Status error(GetDebugger().SetPropertyValue( in DoExecute() 727 Status error(GetDebugger().SetPropertyValue( in DoExecute() 826 Status error(GetDebugger().SetPropertyValue( in DoExecute() 922 Status error(GetDebugger().SetPropertyValue( in DoExecute() 1009 Status error(GetDebugger().SetPropertyValue( in DoExecute() 1100 GetDebugger().GetValueProperties()->Clear(); in DoExecute() [all …]
|
| H A D | CommandObjectCommands.cpp | 811 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete() 839 Debugger &debugger = GetDebugger(); in DoExecute() 1059 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1074 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1115 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject() 1128 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp() 1144 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong() 1159 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute() 1298 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute() 1441 ScriptInterpreter *interpreter = GetDebugger().GetScriptInterpreter(); in IOHandlerInputComplete() [all …]
|
| H A D | CommandObjectScript.cpp | 102 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute() 112 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
|
| H A D | CommandCompletions.cpp | 309 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles() 498 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles() 507 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories() 518 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules() 550 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Symbols() 566 interpreter.GetDebugger().GetValueProperties()); in SettingsNames() 618 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in Breakpoints() 649 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in BreakpointNames()
|
| H A D | CommandObjectExpression.cpp | 459 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression() 497 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete() 522 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression() 590 Debugger &debugger = target.GetDebugger(); in DoExecute()
|
| H A D | CommandObjectGUI.cpp | 30 Debugger &debugger = GetDebugger(); in DoExecute()
|
| H A D | CommandObjectWatchpointCommand.cpp | 287 Debugger &debugger = target->GetDebugger(); in WatchpointOptionsCallbackFunction() 412 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute() 443 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
|
| H A D | CommandObjectPlugin.cpp | 61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
|
| H A D | CommandObjectDisassemble.cpp | 222 range.GetByteSize() < GetDebugger().GetStopDisassemblyMaxSize()) in CheckRangeSize() 448 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute() 489 GetDebugger(), m_options.arch, plugin_name, flavor_string, in DoExecute()
|
| H A D | CommandObjectApropos.cpp | 75 GetDebugger().Apropos(search_word, properties); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 27 Debugger &debugger = m_target.GetDebugger(); in REPL() 68 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler() 170 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() 224 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete() 490 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete() 546 process_sp->GetTarget().GetDebugger().ClearIOHandlers(); in QuitCommandOverrideCallback() 560 Debugger &debugger = m_target.GetDebugger(); in RunLoop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 51 Debugger &CommandObject::GetDebugger() { return m_interpreter.GetDebugger(); } in GetDebugger() function in CommandObject 136 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in ParseOptions() 288 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion() 330 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord() 864 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText() 935 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget() 939 return m_interpreter.GetDebugger().GetSelectedOrDummyTarget(prefer_dummy); in GetSelectedOrDummyTarget() 948 return *m_interpreter.GetDebugger().GetSelectedTarget(); in GetSelectedTarget() 960 target = m_interpreter.GetDebugger().GetSelectedTarget().get(); in GetDefaultThread()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 70 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this()); in DoExecute() 148 ? m_opaque_ptr->GetDebugger() in GetIOHandlerControlSequence() 368 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess() 379 SBDebugger SBCommandInterpreter::GetDebugger() { in GetDebugger() function in SBCommandInterpreter 381 GetDebugger); in GetDebugger() 385 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger() 461 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory() 478 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory() 496 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInCurrentWorkingDirectory() 802 LLDB_REGISTER_METHOD(lldb::SBDebugger, SBCommandInterpreter, GetDebugger, in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 49 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded() 105 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanTracer.cpp | 50 return &(target_sp->GetDebugger().GetOutputStream()); in GetLogStream() 177 m_process.GetTarget().GetDebugger().GetDisassemblyFormat(); in Log()
|
| H A D | StopInfo.cpp | 379 process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in PerformAction() 453 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 525 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction() 825 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 912 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 143 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData() 269 process_sp->GetTarget().GetDebugger().GetOutputStreamSP()); in NotifyBreakpointHit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
| H A D | ScriptedProcess.cpp | 65 !IsScriptLanguageSupported(target_sp->GetDebugger().GetScriptLanguage())) in CreateInstance() 103 m_interpreter = target_sp->GetDebugger().GetScriptInterpreter(); in ScriptedProcess()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 782 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 890 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute() 1033 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand() 1119 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() 1440 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() 1685 process_sp->GetTarget().GetDebugger().shared_from_this(); in DumpHeader() 1814 process_sp->GetTarget().GetDebugger().shared_from_this(); in EnableNow()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 132 GetDebugger ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.h | 93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function
|
| H A D | Driver.cpp | 687 GetDebugger().SetTerminalWidth(col); in ResizeWindow() 707 g_driver->GetDebugger().DispatchInputInterrupt(); in sigint_handler() 718 g_driver->GetDebugger().SaveInputTerminalState(); in sigtstp_handler() 727 g_driver->GetDebugger().RestoreInputTerminalState(); in sigcont_handler()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 123 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData() 143 target.GetDebugger().GetAsyncOutputStream()->Printf( in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 202 return io_handler.GetDebugger() in IOHandlerSuggestion() 213 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete() 217 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()
|