diff options
Diffstat (limited to 'lldb/source/API/SBDebugger.cpp')
-rw-r--r-- | lldb/source/API/SBDebugger.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index facf0e366ae..f71b8604bc9 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -825,6 +825,11 @@ SBDebugger::ref () const return *m_opaque_sp; } +const lldb::DebuggerSP & +SBDebugger::get_sp () const +{ + return m_opaque_sp; +} SBDebugger SBDebugger::FindDebuggerWithID (int id) |