Searched refs:GetStopReturnValue (Results 1 – 4 of 4) sorted by relevance
50 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.''')
86 SBValue GetStopReturnValue();
352 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread
61613 result = (arg1)->GetStopReturnValue(); in _wrap_SBThread_GetStopReturnValue()