Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i117 …p reason and is currently used only for instrumentation plugins.") GetStopReasonExtendedInfoAsJSON;
119 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h75 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp279 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON() function in SBThread