| /external/llvm-project/lldb/source/Core/ |
| D | SourceManager.cpp | 59 SourceManager::SourceManager(const DebuggerSP &debugger_sp) in SourceManager() 70 DebuggerSP debugger_sp(m_debugger_wp.lock()); in GetFile() local 101 static bool should_highlight_source(DebuggerSP debugger_sp) { in should_highlight_source() 113 static bool should_show_stop_column_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_column_with_ansi() 132 static bool should_show_stop_column_with_caret(DebuggerSP debugger_sp) { in should_show_stop_column_with_caret() 149 static bool should_show_stop_line_with_ansi(DebuggerSP debugger_sp) { in should_show_stop_line_with_ansi() 200 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLinesWithLineNumbersUsingLastFile() local 383 lldb::DebuggerSP debugger_sp) in File() 556 auto debugger_sp = m_debugger_wp.lock(); in DisplaySourceLines() local
|
| D | Debugger.cpp | 588 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() local 597 void Debugger::Destroy(DebuggerSP &debugger_sp) { in Destroy() 616 DebuggerSP debugger_sp; in FindDebuggerWithInstanceName() local 1071 DebuggerSP debugger_sp; in GetDebuggerAtIndex() local 1083 DebuggerSP debugger_sp; in FindDebuggerWithID() local
|
| /external/llvm-project/lldb/unittests/Thread/ |
| D | ThreadTest.cpp | 85 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 105 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local 140 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
|
| /external/llvm-project/lldb/unittests/Target/ |
| D | ExecutionContextTest.cpp | 81 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local 103 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
|
| D | StackFrameRecognizerTest.cpp | 67 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
|
| /external/llvm-project/lldb/unittests/Process/ |
| D | ProcessEventDataTest.cpp | 114 TargetSP CreateTarget(DebuggerSP &debugger_sp, ArchSpec &arch) { in CreateTarget() 157 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local 197 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
|
| /external/llvm-project/lldb/source/API/ |
| D | SBSourceManager.cpp | 26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl() 54 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
|
| D | SBDebugger.cpp | 63 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin() 131 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger() 1018 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform() local 1035 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform() local 1231 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset() 1250 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID() local 1269 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable() local 1294 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue() local
|
| D | SBTypeCategory.cpp | 424 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSummary() local 548 DebuggerSP debugger_sp = lldb_private::Debugger::GetDebuggerAtIndex(j); in AddTypeSynthetic() local
|
| /external/llvm-project/lldb/unittests/ScriptInterpreter/Lua/ |
| D | ScriptInterpreterTests.cpp | 53 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
|
| /external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| D | StructuredDataDarwinLog.cpp | 78 EnableOptionsSP GetGlobalEnableOptions(const DebuggerSP &debugger_sp) { in GetGlobalEnableOptions() 92 void SetGlobalEnableOptions(const DebuggerSP &debugger_sp, in SetGlobalEnableOptions() 785 DebuggerSP debugger_sp = in DoExecute() local 895 DebuggerSP debugger_sp = in DoExecute() local 1125 DebuggerSP debugger_sp = process.GetTarget().GetDebugger().shared_from_this(); in HandleArrivalOfStructuredData() local 1446 DebuggerSP debugger_sp = target->GetDebugger().shared_from_this(); in FilterLaunchInfo() local 1690 DebuggerSP debugger_sp = in DumpHeader() local 1819 DebuggerSP debugger_sp = in EnableNow() local
|
| /external/llvm-project/lldb/source/Commands/ |
| D | CommandObjectQuit.cpp | 37 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
|
| D | CommandObjectPlatform.cpp | 1277 DebuggerSP debugger_sp = in SetOptionValue() local
|
| /external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | ScriptInterpreterPython.cpp | 2132 DebuggerSP debugger_sp(m_debugger.shared_from_this()); in CreateScriptCommandObject() local 2748 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in LoadScriptingModule() local 2930 lldb::DebuggerSP debugger_sp, ScriptedCommandSynchronicity synchro) in SynchronicityHandler() 2954 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local 2998 lldb::DebuggerSP debugger_sp = m_debugger.shared_from_this(); in RunScriptBasedCommand() local
|
| /external/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
| D | PythonTestSuite.cpp | 111 const lldb::DebuggerSP debugger_sp) { in LLDBSwigPythonCreateCommandObject()
|