Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/return-value/
H A DTestReturnValue.py70 return_value = thread.GetStopReturnValue()
101 ret_value = thread.GetStopReturnValue()
274 ret_value = thread.GetStopReturnValue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i136 GetStopReturnValue ();
454 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
/llvm-project-15.0.7/lldb/test/API/lang/cpp/trivial_abi/
H A DTestTrivialABI.py54 outVal_ret = thread.GetStopReturnValue()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h82 SBValue GetStopReturnValue();
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp352 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread