Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i136 GetStopReturnValue ();
448 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h82 SBValue GetStopReturnValue();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp359 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread
360 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetStopReturnValue); in GetStopReturnValue()
1392 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetStopReturnValue, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53668 result = (arg1)->GetStopReturnValue(); in _wrap_SBThread_GetStopReturnValue()