Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i50 return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb object that represents the return value from the last stop (lldb.SBValue) if we just stopped due to stepping out of a function.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h86 SBValue GetStopReturnValue();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp352 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61613 result = (arg1)->GetStopReturnValue(); in _wrap_SBThread_GetStopReturnValue()