Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp198 Status error(GetDebugger().SetPropertyValue( in DoExecute()
279 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
395 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
536 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute()
625 Status error(GetDebugger().SetPropertyValue( in DoExecute()
716 Status error(GetDebugger().SetPropertyValue( in DoExecute()
812 Status error(GetDebugger().SetPropertyValue( in DoExecute()
905 Status error(GetDebugger().SetPropertyValue( in DoExecute()
989 Status error(GetDebugger().SetPropertyValue( in DoExecute()
1077 GetDebugger().GetValueProperties()->Clear(); in DoExecute()
[all …]
H A DCommandObjectPlatform.cpp254 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
290 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
311 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions()
335 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
394 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
429 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
487 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
1148 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
1193 Debugger &debugger = GetDebugger(); in DoExecute()
1297 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
[all …]
H A DCommandObjectScript.cpp81 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
91 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectCommands.cpp142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
853 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
881 Debugger &debugger = GetDebugger(); in DoExecute()
1100 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1124 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1165 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObject()
1187 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1203 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1218 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1354 if (GetDebugger().GetScriptInterpreter()->LoadScriptingModule( in DoExecute()
[all …]
H A DCommandCompletions.cpp314 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
507 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles()
516 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories()
527 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
559 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Symbols()
575 interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
630 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in Breakpoints()
661 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in BreakpointNames()
734 Debugger &dbg = interpreter.GetDebugger(); in FrameIndexes()
H A DCommandObjectDWIMPrint.cpp84 auto verbosity = GetDebugger().GetDWIMPrintVerbosity(); in DoExecute()
123 if (GetDebugger().GetShowDontUsePoHint() && target_ptr && in DoExecute()
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectExpression.cpp491 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
528 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
553 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
621 Debugger &debugger = target.GetDebugger(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp257 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 DCommandObjectProcess.cpp164 Debugger &debugger = GetDebugger(); in DoExecute()
326 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
328 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
345 error = GetDebugger().GetTargetList().CreateTarget( in DoExecute()
346 GetDebugger(), "", "", eLoadDependentsNo, in DoExecute()
677 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
680 GetDebugger().SetAsyncExecution(false); in DoExecute()
689 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
914 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectPlugin.cpp60 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
H A DCommandObjectDisassemble.cpp226 range.GetByteSize() < GetDebugger().GetStopDisassemblyMaxSize()) in CheckRangeSize()
481 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
525 GetDebugger(), m_options.arch, plugin_name, flavor_string, in DoExecute()
H A DCommandObjectApropos.cpp75 GetDebugger().Apropos(search_word, properties); in DoExecute()
H A DCommandObjectTarget.cpp304 Debugger &debugger = GetDebugger(); in DoExecute()
497 if (DumpTargetList(GetDebugger().GetTargetList(), in DoExecute()
2092 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2122 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2185 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2206 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2348 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2487 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2623 GetDebugger(), in DoExecute()
2645 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp53 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp76 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this()); in DoExecute()
148 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
164 m_opaque_ptr->GetDebugger().GetTopIOHandlerControlSequence(ch)) in GetIOHandlerControlSequence()
367 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess()
378 SBDebugger SBCommandInterpreter::GetDebugger() { in GetDebugger() function in SBCommandInterpreter
383 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger()
455 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInGlobalDirectory()
478 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory()
494 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInCurrentWorkingDirectory()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp29 Debugger &debugger = m_target.GetDebugger(); in REPL()
75 Debugger &debugger = m_target.GetDebugger(); in GetIOHandler()
178 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation()
232 Debugger &debugger = m_target.GetDebugger(); in IOHandlerInputComplete()
501 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete()
555 process_sp->GetTarget().GetDebugger().ClearIOHandlers(); in QuitCommandOverrideCallback()
569 Debugger &debugger = m_target.GetDebugger(); in RunLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp97 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()
214 process_sp->GetTarget().GetDebugger().GetOutputStreamSP())) in NotifyBreakpointHit()
/freebsd-14.2/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.cpp381 process->GetTarget().GetDebugger().GetID()); in PerformAction()
471 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
531 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction()
907 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
956 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
997 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp780 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
888 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
1031 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData()
1413 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo()
1655 process_sp->GetTarget().GetDebugger().shared_from_this(); in DumpHeader()
1784 process_sp->GetTarget().GetDebugger().shared_from_this(); in EnableNow()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp642 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
662 g_driver->GetDebugger().DispatchInputInterrupt(); in sigint_handler()
674 g_driver->GetDebugger().SaveInputTerminalState(); in sigtstp_handler()
692 g_driver->GetDebugger().RestoreInputTerminalState(); in sigtstp_handler()
H A DDriver.h94 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp119 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
143 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()

1234