Lines Matching defs:events
424 "Specify whether logging events are live-streamed or buffered. "
441 {LLDB_OPT_SET_ALL, false, "broadcast-events", 'b',
443 "Specify if the plugin should broadcast events. Broadcasting "
444 "log events is a requirement for displaying the log entries in "
446 "process log events. The default is true."},
1164 // in an array with key name "events".
1165 StructuredData::Array *events = nullptr;
1166 if (!dictionary->GetValueForKeyAsArray("events", events) || !events) {
1168 "'events' field, expected to be an array",
1173 events->ForEach(
1737 // Hmm, we expected to get events that describe what they are. Continue