Home
last modified time | relevance | path

Searched refs:GetStopReturnValue (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i50 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h86 SBValue GetStopReturnValue();
/src/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp352 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61613 result = (arg1)->GetStopReturnValue(); in _wrap_SBThread_GetStopReturnValue()