Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i117 …p reason and is currently used only for instrumentation plugins.") GetStopReasonExtendedInfoAsJSON;
119 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h75 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp282 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON() function in SBThread
283 LLDB_RECORD_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in GetStopReasonExtendedInfoAsJSON()
1387 LLDB_REGISTER_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53584 result = (bool)(arg1)->GetStopReasonExtendedInfoAsJSON(*arg2); in _wrap_SBThread_GetStopReasonExtendedInfoAsJSON()