Searched refs:diagnostic_data (Results 1 – 2 of 2) sorted by relevance
112 const DiagnosticEventData *diagnostic_data = in GetAsStructuredData() local115 if (!diagnostic_data) in GetAsStructuredData()119 dictionary_sp->AddStringItem("message", diagnostic_data->GetMessage()); in GetAsStructuredData()120 dictionary_sp->AddStringItem("type", diagnostic_data->GetPrefix()); in GetAsStructuredData()122 diagnostic_data->IsDebuggerSpecific()); in GetAsStructuredData()
31 diagnostic_data = lldb.SBDebugger.GetDiagnosticFromEvent(event)33 diagnostic_data.GetValueForKey("type").GetStringValue(100), "warning"36 diagnostic_data.GetValueForKey("message").GetStringValue(100),