Home
last modified time | relevance | path

Searched refs:GetDebugger (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp252 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 DCommandObjectSettings.cpp193 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 DCommandObjectCommands.cpp811 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 DCommandObjectScript.cpp102 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
112 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandCompletions.cpp309 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 DCommandObjectExpression.cpp459 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 DCommandObjectGUI.cpp30 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp287 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 DCommandObjectPlugin.cpp61 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
H A DCommandObjectDisassemble.cpp222 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 DCommandObjectApropos.cpp75 GetDebugger().Apropos(search_word, properties); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp27 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 DCommandObject.cpp51 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 DSBCommandInterpreter.cpp70 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 DBreakpointResolverScripted.cpp49 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 DThreadPlanTracer.cpp50 return &(target_sp->GetDebugger().GetOutputStream()); in GetLogStream()
177 m_process.GetTarget().GetDebugger().GetDisassemblyFormat(); in Log()
H A DStopInfo.cpp379 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 DInstrumentationRuntimeASan.cpp143 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 DScriptedProcess.cpp65 !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 DStructuredDataDarwinLog.cpp782 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 DSBCommandInterpreter.i132 GetDebugger ();
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function
H A DDriver.cpp687 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 DInstrumentationRuntimeUBSan.cpp123 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 DIOHandler.cpp202 return io_handler.GetDebugger() in IOHandlerSuggestion()
213 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete()
217 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()

1234