Home
last modified time | relevance | path

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

1234

/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() 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()
814 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
815 StreamSP out_stream = GetDebugger().GetAsyncOutputStream(); in IOHandlerInputComplete()
843 Debugger &debugger = GetDebugger(); in DoExecute()
1063 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelpLong()
1087 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in DoExecute()
1133 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter()) in HandleArgumentCompletion()
1154 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1164 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter(); in GetHelp()
1180 ScriptInterpreter *scripter = GetDebugger() in GetHelpLong()
[all...]
H A DCommandObjectScripting.cpp94 ? m_interpreter.GetDebugger().GetScriptLanguage() in DoExecute()
104 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.cpp482 if (format != eFormatVoid && GetDebugger().GetNotifyVoid()) { in EvaluateExpression()
507 GetCommandInterpreter().GetDebugger().GetUseColor()); in EvaluateExpression()
535 Debugger &debugger = GetCommandInterpreter().GetDebugger(); in IOHandlerIsInputComplete()
603 Debugger &debugger = target.GetDebugger(); in DoExecute()
H A DCommandObjectWatchpointCommand.cpp245 Debugger &debugger = target->GetDebugger(); in WatchpointOptionsCallbackFunction()
369 m_options.m_script_language = GetDebugger().GetScriptLanguage(); in DoExecute()
400 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter( in DoExecute()
H A DCommandObjectProcess.cpp145 Debugger &debugger = GetDebugger(); in DoExecute()
314 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
316 Target *target = GetDebugger().GetSelectedTarget().get(); in DoExecute()
333 error = GetDebugger().GetTargetList().CreateTarget( in DoExecute()
334 GetDebugger(), "", "", eLoadDependentsNo, in DoExecute()
661 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()
664 GetDebugger().SetAsyncExecution(false); in DoExecute()
673 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
897 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectGUI.cpp29 Debugger &debugger = GetDebugger(); in DoExecute()
H A DCommandObjectPlugin.cpp41 if (GetDebugger().LoadPlugin(dylib_fspec, error)) in DoExecute()
H A DCommandObjectDisassemble.cpp242 range.GetByteSize() < GetDebugger().GetStopDisassemblyMaxSize()) in GetContainingAddressRanges()
499 GetCommandInterpreter().GetDebugger().GetTerminalWidth(); in DoExecute()
543 GetDebugger(), m_options.arch, plugin_name, flavor_string, in DoExecute()
/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp53 Debugger &CommandObject::GetDebugger() { return m_interpreter.GetDebugger(); } in GetDebugger() function in CommandObject
281 CommandReturnObject result(m_interpreter.GetDebugger().GetUseColor()); in HandleCompletion()
360 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in HelpTextContainsWord()
673 GetCommandInterpreter().GetDebugger().GetTerminalWidth()); in GenerateHelpText()
749 return m_interpreter.GetDebugger().GetDummyTarget();
764 if (TargetSP target_sp = m_interpreter.GetDebugger().GetSelectedTarget())
780 target = m_interpreter.GetDebugger().GetSelectedTarget().get(); in GetDefaultThread()
/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()
/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()
499 Debugger &debugger = m_target.GetDebugger(); in IOHandlerComplete()
553 process_sp->GetTarget().GetDebugger().ClearIOHandlers(); in QuitCommandOverrideCallback()
567 Debugger &debugger = m_target.GetDebugger(); in RunLoop()
/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()
/llvm-project/lldb/examples/python/templates/
H A Dscripted_process.py41 self.dbg = target.GetDebugger()
400 self.driving_target = self.target.GetDebugger().GetTargetAtIndex(idx)
484 self.driving_target = self.target.GetDebugger().GetTargetAtIndex(val)
/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()
/llvm-project/lldb/test/API/functionalities/conditional_break/
H A Dconditional_break.py8 dbg = target.GetDebugger()
/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp516 process->GetTarget().GetDebugger().GetPlatformList().Create( in DynamicLoaderDarwinKernel()
739 Stream &s = target.GetDebugger().GetOutputStream(); in LoadImageUsingMemoryModule()
831 Stream &s = target.GetDebugger().GetErrorStream(); in LoadImageUsingMemoryModule()
975 Stream &s = target.GetDebugger().GetOutputStream(); in LoadImageUsingMemoryModule()
1196 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader()
1211 m_process->GetTarget().GetDebugger().GetOutputStream(); in ReadKextSummaryHeader()
1228 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream();
1332 Stream &s = m_process->GetTarget().GetDebugger().GetOutputStream(); in ParseKextSummaries()
/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.cpp398 process->GetTarget().GetDebugger().GetID()); in PerformAction()
488 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
548 Debugger &debugger = thread_sp->CalculateTarget()->GetDebugger(); in PerformAction()
924 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
975 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
1018 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
/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()
1034 CommandReturnObject return_object(interpreter.GetDebugger().GetUseColor()); in RunEnableCommand()
1102 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData()
1418 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo()
1660 process_sp->GetTarget().GetDebugger().shared_from_this(); in DumpHeader()
1789 process_sp->GetTarget().GetDebugger().shared_from_this(); in EnableNow()
/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py29 self.corefile_target = self.target.GetDebugger().GetTargetAtIndex(idx)
140 self.corefile_target = self.target.GetDebugger().GetTargetAtIndex(val)
/llvm-project/lldb/tools/driver/
H A DDriver.cpp651 g_driver->GetDebugger().DispatchInputInterrupt(); in sigint_handler()
663 g_driver->GetDebugger().SaveInputTerminalState(); in sigtstp_handler()
681 g_driver->GetDebugger().RestoreInputTerminalState();

1234