Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i136 GetStopReturnValue ();
454 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h82 SBValue GetStopReturnValue();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp352 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread