Home
last modified time | relevance | path

Searched refs:FindDebuggerWithInstanceName (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h229 FindDebuggerWithInstanceName (const ConstString &instance_name);
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBDebugger.cpp1052 …DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName (ConstString(debugger_instance_name)… in SetInternalVariable()
1075 …DebuggerSP debugger_sp(Debugger::FindDebuggerWithInstanceName (ConstString(debugger_instance_name)… in GetInternalVariableValue()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp590 Debugger::FindDebuggerWithInstanceName (const ConstString &instance_name) in FindDebuggerWithInstanceName() function in Debugger