Home
last modified time | relevance | path

Searched refs:GetDebugger (Results 1 – 25 of 90) 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.cpp124 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
818 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) in IOHandlerInputComplete()
819 GetDebugger().GetAsyncOutputStream()->Printf("error: %s\n", in IOHandlerInputComplete()
846 Debugger &debugger = GetDebugger(); in DoExecute()
1066 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1090 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1136 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in CommandObjectScriptingObjectRaw()
1157 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetRepeatCommand()
1167 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1183 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
[all …]
H A DCommandObjectExpression.cpp486 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
508 GetCommandInterpreter().GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
510 GetCommandInterpreter().GetDebugger().GetAsyncErrorStream(); in IOHandlerInputComplete()
513 GetCommandInterpreter().GetDebugger().GetUseColor()); in IOHandlerInputComplete()
537 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in GetMultilineExpression()
604 Debugger &debugger = target.GetDebugger(); in DoExecute()
H A DCommandCompletions.cpp337 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
531 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles()
540 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories()
551 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
583 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Symbols()
599 interpreter.GetDebugger().GetValueProperties()); in SettingsNames()
654 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in Breakpoints()
685 lldb::TargetSP target = interpreter.GetDebugger().GetSelectedTarget(); in BreakpointNames()
758 Debugger &dbg = interpreter.GetDebugger(); in FrameIndexes()
H A DCommandObjectStats.cpp154 !GetDebugger().GetCommandInterpreter().GetSaveTranscript()) { in DoExecute()
162 DebuggerStats::ReportStatistics(GetDebugger(), target, stats_options)); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp249 Debugger &debugger = target->GetDebugger(); in WatchpointOptionsCallbackFunction()
371 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
402 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectDWIMPrint.cpp76 auto verbosity = GetDebugger().GetDWIMPrintVerbosity(); in DoExecute()
121 if (GetDebugger().GetShowDontUsePoHint() && target_ptr && in DoExecute()
H A DCommandObjectScripting.cpp94 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
104 GetDebugger().GetScriptInterpreter(true, language); in DoExecute()
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectProcess.cpp147 Debugger &debugger = GetDebugger(); in DoExecute()
316 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
318 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
335 error = GetDebugger().GetTargetList().CreateTarget( in DoExecute()
336 GetDebugger(), "", "", eLoadDependentsNo, in DoExecute()
678 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
681 GetDebugger().SetAsyncExecution(false); in DoExecute()
690 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
918 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectApropos.cpp63 GetDebugger().Apropos(search_word, properties); in DoExecute()
H A DCommandObjectDisassemble.cpp248 total_range_size < GetDebugger().GetStopDisassemblyMaxSize()) in CheckRangeSize()
505 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
549 GetDebugger(), m_options.arch, plugin_name, flavor_string, in DoExecute()
H A DCommandObjectTarget.cpp287 Debugger &debugger = GetDebugger(); in DoExecute()
416 GetDebugger().GetListener(), llvm::StringRef(), &core_file, false)); in DoExecute()
480 if (DumpTargetList(GetDebugger().GetTargetList(), in DoExecute()
506 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute()
589 TargetList &target_list = GetDebugger().GetTargetList(); in DoExecute()
1562 const bool use_color = interpreter.GetDebugger().GetUseColor(); in LookupSymbolInModule()
1583 name, interpreter.GetDebugger().GetRegexMatchAnsiPrefix(), in LookupSymbolInModule()
1584 interpreter.GetDebugger().GetRegexMatchAnsiSuffix()); in LookupSymbolInModule()
2033 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
2063 if (INTERRUPT_REQUESTED(GetDebugger(), in DoExecute()
[all …]
/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()
380 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in GetProcess()
391 SBDebugger SBCommandInterpreter::GetDebugger() { in GetDebugger() function in SBCommandInterpreter
396 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this()); in GetDebugger()
468 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInGlobalDirectory()
491 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget()); in SourceInitFileInHomeDirectory()
507 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()
234 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/Interpreter/
H A DCommandObject.cpp52 Debugger &CommandObject::GetDebugger() { return m_interpreter.GetDebugger(); } in GetDebugger() function in CommandObject
362 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
675 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
751 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
766 if (TargetSP target_sp = m_interpreter.GetDebugger().GetSelectedTarget()) in GetTarget()
782 target = m_interpreter.GetDebugger().GetSelectedTarget().get(); in GetDefaultThread()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp48 ScriptInterpreter *script_interp = target_sp->GetDebugger() in CreateImplementationIfNeeded()
101 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp104 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()
221 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()) 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.cpp51 return target_sp->GetDebugger().GetAsyncOutputStream(); in GetLogStreamSP()
178 m_process.GetTarget().GetDebugger().GetDisassemblyFormat(); in Log()
H A DStopInfo.cpp402 process->GetTarget().GetDebugger().GetID()); in PerformAction()
492 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
552 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction()
928 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
979 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
1022 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp783 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
891 GetCommandInterpreter().GetDebugger().shared_from_this(); in DoExecute()
1037 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
1105 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData()
1421 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo()
1663 process_sp->GetTarget().GetDebugger().shared_from_this(); in DumpHeader()
1792 process_sp->GetTarget().GetDebugger().shared_from_this(); in EnableNow()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } in GetDebugger() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp191 return io_handler.GetDebugger() in IOHandlerSuggestion()
202 io_handler.GetDebugger().GetCommandInterpreter().HandleCompletion(request); in IOHandlerComplete()
206 io_handler.GetDebugger().GetCommandInterpreter(), in IOHandlerComplete()

1234