Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBThread.i114 …p reason and is currently used only for instrumentation plugins.") GetStopReasonExtendedInfoAsJSON;
116 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
/external/llvm-project/lldb/test/API/functionalities/asan/
DTestReportData.py89 self.assertTrue(thread.GetStopReasonExtendedInfoAsJSON(s))
/external/llvm-project/lldb/include/lldb/API/
DSBThread.h72 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
/external/llvm-project/lldb/source/API/
DSBThread.cpp266 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON() function in SBThread
267 LLDB_RECORD_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in GetStopReasonExtendedInfoAsJSON()
1370 LLDB_REGISTER_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in RegisterMethods()