Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h113 FindDebuggerWithInstanceName(llvm::StringRef instance_name);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1344 Debugger::FindDebuggerWithInstanceName(debugger_instance_name)); in SetInternalVariable()
1366 Debugger::FindDebuggerWithInstanceName(debugger_instance_name)); in GetInternalVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp796 Debugger::FindDebuggerWithInstanceName(llvm::StringRef instance_name) { in FindDebuggerWithInstanceName() function in Debugger