Lines Matching refs:DebuggerSP
64 static llvm::sys::DynamicLibrary LoadPlugin(const lldb::DebuggerSP &debugger_sp, in LoadPlugin()
132 SBDebugger::SBDebugger(const lldb::DebuggerSP &debugger_sp) in SBDebugger()
134 LLDB_RECORD_CONSTRUCTOR(SBDebugger, (const lldb::DebuggerSP &), debugger_sp); in SBDebugger()
1062 DebuggerSP debugger_sp(m_opaque_sp); in GetSelectedPlatform()
1079 DebuggerSP debugger_sp(m_opaque_sp); in SetSelectedPlatform()
1275 void SBDebugger::reset(const DebuggerSP &debugger_sp) { in reset()
1286 const lldb::DebuggerSP &SBDebugger::get_sp() const { return m_opaque_sp; } in get_sp()
1294 DebuggerSP debugger_sp = Debugger::FindDebuggerWithID(id); in FindDebuggerWithID()
1313 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in SetInternalVariable()
1337 DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName( in GetInternalVariableValue()
1738 LLDB_REGISTER_CONSTRUCTOR(SBDebugger, (const lldb::DebuggerSP &)); in RegisterMethods()