Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i117 …p reason and is currently used only for instrumentation plugins.") GetStopReasonExtendedInfoAsJSON;
119 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
/llvm-project-15.0.7/lldb/test/API/functionalities/asan/
H A DTestReportData.py85 self.assertTrue(thread.GetStopReasonExtendedInfoAsJSON(s))
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h75 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp279 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON() function in SBThread