Home
last modified time | relevance | path

Searched refs:diagnostic_data (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp112 const DiagnosticEventData *diagnostic_data = in GetAsStructuredData() local
115 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()
/llvm-project/lldb/test/API/functionalities/diagnostic_reporting/
H A DTestDiagnosticReporting.py31 diagnostic_data = lldb.SBDebugger.GetDiagnosticFromEvent(event)
33 diagnostic_data.GetValueForKey("type").GetStringValue(100), "warning"
36 diagnostic_data.GetValueForKey("message").GetStringValue(100),