Home
last modified time | relevance | path

Searched defs:debugger_sp (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp66 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager()
80 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() local
111 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source()
123 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi()
142 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret()
159 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi()
210 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLinesWithLineNumbersUsingLastFile() local
396 lldb::DebuggerSP debugger_sp) in File()
574 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLines() local
H A DDebugger.cpp653 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() local
662 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy()
692 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() local
1220 DebuggerSP debugger_sp; in GetDebuggerAtIndex() local
1232 DebuggerSP debugger_sp; in FindDebuggerWithID() local
1319 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportProgress() local
1374 DebuggerSP debugger_sp = FindDebuggerWithID(*debugger_id); in ReportDiagnosticImpl() local
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp56 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
82 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
141 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Thread/
H A DThreadTest.cpp84 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
99 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
134 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Lua/
H A DScriptInterpreterTests.cpp47 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Target/
H A DExecutionContextTest.cpp80 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
102 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
H A DStackFrameRecognizerTest.cpp67 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
53 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
H A DSBDebugger.cpp67 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin()
127 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
1058 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local
1074 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local
1253 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1271 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() local
1288 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() local
1310 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue() local
H A DSBTypeCategory.cpp398 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() local
512 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic() local
/llvm-project-15.0.7/lldb/unittests/Process/
H A DProcessEventDataTest.cpp111 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget()
149 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
189 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp40 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
H A DCommandObjectPlatform.cpp1403 DebuggerSP debugger_sp = in SetOptionValue() local
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp79 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions()
93 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions()
777 DebuggerSP debugger_sp = in DoExecute() local
885 DebuggerSP debugger_sp = in DoExecute() local
1099 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local
1420 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local
1664 DebuggerSP debugger_sp = in DumpHeader() local
1793 DebuggerSP debugger_sp = in EnableNow() local
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp112 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformSiginfoTest.cpp34 DebuggerSP debugger_sp; member in __anon835f45670111::PlatformSiginfoTest
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp356 lldb::DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonTestSuite.cpp85 lldb::DebuggerSP debugger_sp) { in LLDBSwigPythonCreateCommandObject()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2025 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local
2839 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler()
2863 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
2907 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local