Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp182 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
253 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
259 platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform(); in DoExecute()
288 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
295 platform_sp->ConnectToWaitingProcesses(GetDebugger(), error); in DoExecute()
309 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions()
333 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
392 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
426 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
474 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
[all …]
H A DCommandObjectSettings.cpp165 GetDebugger().GetPropertyValue(&m_exe_ctx, setting_var_name, error)); in HandleArgumentCompletion()
198 Status error(GetDebugger().SetPropertyValue( in DoExecute()
212 error = GetDebugger().SetPropertyValue(nullptr, eVarSetOperationAssign, in DoExecute()
223 error = GetDebugger().SetPropertyValue(&exe_ctx, eVarSetOperationAssign, in DoExecute()
259 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
269 GetDebugger().DumpAllPropertyValues(&m_exe_ctx, result.GetOutputStream(), in DoExecute()
357 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file, in DoExecute()
363 Status error(GetDebugger().DumpPropertyValue( in DoExecute()
492 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()
504 GetDebugger().DumpAllDescriptions(m_interpreter, in DoExecute()
[all …]
H A DCommandObjectCommands.cpp123 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
808 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
809 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
837 Debugger &debugger = GetDebugger(); in DoExecute()
1056 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1080 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1126 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw()
1147 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand()
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1173 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
[all …]
H A DCommandObjectScripting.cpp92 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
102 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandCompletions.cpp329 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
522 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles()
531 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories()
542 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
574 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Symbols()
590 interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
645 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in Breakpoints()
676 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in BreakpointNames()
749 Debugger &dbg = interpreter.GetDebugger(); in FrameIndexes()
H A DCommandObjectDWIMPrint.cpp76 auto verbosity = GetDebugger().GetDWIMPrintVerbosity(); in DoExecute()
115 if (GetDebugger().GetShowDontUsePoHint() && target_ptr && in DoExecute()
H A DCommandObjectExpression.cpp483 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
520 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
545 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
613 Debugger &debugger = target.GetDebugger(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp245 Debugger &debugger = target->GetDebugger(); in WatchpointOptionsCallbackFunction()
370 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
401 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectProcess.cpp144 Debugger &debugger = GetDebugger(); in DoExecute()
306 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
308 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
325 error = GetDebugger().GetTargetList().CreateTarget( in DoExecute()
326 GetDebugger(), "", "", eLoadDependentsNo, in DoExecute()
655 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
658 GetDebugger().SetAsyncExecution(false); in DoExecute()
667 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
891 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectPlugin.cpp41 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
H A DCommandObjectApropos.cpp63 GetDebugger().Apropos(search_word, properties); in DoExecute()
H A DCommandObjectTarget.cpp286 Debugger &debugger = GetDebugger(); in DoExecute()
415 GetDebugger().GetListener(), llvm::StringRef(), &core_file, false)); in DoExecute()
479 if (DumpTargetList(GetDebugger().GetTargetList(), in DoExecute()
505 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute()
588 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute()
1557 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule()
1578 name, interpreter.GetDebugger().GetRegexMatchAnsiPrefix(), in LookupSymbolInModule()
1579 interpreter.GetDebugger().GetRegexMatchAnsiSuffix()); in LookupSymbolInModule()
2025 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2055 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
[all …]
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()
/freebsd/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()
369 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
682 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
758 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
762 return m_interpreter.GetDebugger().GetSelectedOrDummyTarget(prefer_dummy); in GetSelectedOrDummyTarget()
771 return *m_interpreter.GetDebugger().GetSelectedTarget(); in GetSelectedTarget()
783 target = m_interpreter.GetDebugger().GetSelectedTarget().get(); in GetDefaultThread()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp77 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this()); in DoExecute()
149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
165 m_opaque_ptr->GetDebugger().GetTopIOHandlerControlSequence(ch)) in GetIOHandlerControlSequence()
368 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess()
379 SBDebugger SBCommandInterpreter::GetDebugger() { in GetDebugger() function in SBCommandInterpreter
384 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger()
456 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInGlobalDirectory()
479 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory()
495 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInCurrentWorkingDirectory()
/freebsd/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/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter();
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/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()
999 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
/freebsd/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/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp628 GetDebugger().SetTerminalWidth(col); in ResizeWindow()
648 g_driver->GetDebugger().DispatchInputInterrupt(); in sigint_handler()
660 g_driver->GetDebugger().SaveInputTerminalState(); in sigtstp_handler()
678 g_driver->GetDebugger().RestoreInputTerminalState(); in sigtstp_handler()
H A DDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function

1234