Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSourceManager.cpp59 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
DDebugger.cpp588 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/
DThreadTest.cpp85 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/
DExecutionContextTest.cpp81 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
103 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
DStackFrameRecognizerTest.cpp67 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp114 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/
DSBSourceManager.cpp26 SourceManagerImpl(const lldb::DebuggerSP &debugger_sp) in SourceManagerImpl()
54 lldb::DebuggerSP debugger_sp(m_debugger_wp.lock()); in DisplaySourceLinesWithLineNumbers() local
DSBDebugger.cpp63 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
DSBTypeCategory.cpp424 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/
DScriptInterpreterTests.cpp53 DebuggerSP debugger_sp = Debugger::CreateInstance(); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp78 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/
DCommandObjectQuit.cpp37 DebuggerSP debugger_sp(Debugger::GetDebuggerAtIndex(debugger_idx)); in ShouldAskForConfirmation() local
DCommandObjectPlatform.cpp1277 DebuggerSP debugger_sp = in SetOptionValue() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2132 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/
DPythonTestSuite.cpp111 const lldb::DebuggerSP debugger_sp) { in LLDBSwigPythonCreateCommandObject()