Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/functionalities/return-value/
DTestReturnValue.py62 return_value = thread.GetStopReturnValue()
93 ret_value = thread.GetStopReturnValue()
269 ret_value = thread.GetStopReturnValue()
/external/llvm-project/lldb/bindings/interface/
DSBThread.i133 GetStopReturnValue ();
445 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb…
/external/llvm-project/lldb/test/API/lang/cpp/trivial_abi/
DTestTrivialABI.py56 outVal_ret = thread.GetStopReturnValue()
/external/llvm-project/lldb/include/lldb/API/
DSBThread.h79 SBValue GetStopReturnValue();
/external/llvm-project/lldb/source/API/
DSBThread.cpp343 SBValue SBThread::GetStopReturnValue() { in GetStopReturnValue() function in SBThread
344 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBValue, SBThread, GetStopReturnValue); in GetStopReturnValue()
1375 LLDB_REGISTER_METHOD(lldb::SBValue, SBThread, GetStopReturnValue, ()); in RegisterMethods()