Searched refs:GetStopReasonExtendedInfoAsJSON (Results 1 – 4 of 4) sorted by relevance
114 …p reason and is currently used only for instrumentation plugins.") GetStopReasonExtendedInfoAsJSON;116 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
89 self.assertTrue(thread.GetStopReasonExtendedInfoAsJSON(s))
72 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
266 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON() function in SBThread267 LLDB_RECORD_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in GetStopReasonExtendedInfoAsJSON()1370 LLDB_REGISTER_METHOD(bool, SBThread, GetStopReasonExtendedInfoAsJSON, in RegisterMethods()