Home
last modified time | relevance | path

Searched refs:DarwinLogEventVector (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogCollector.h50 static DarwinLogEventVector GetEventsForProcess(nub_process_t pid);
76 DarwinLogEventVector RemoveEvents();
97 DarwinLogEventVector m_events;
DDarwinLogEvent.h24 using DarwinLogEventVector = std::vector<DarwinLogEventSP>; variable
DDarwinLogCollector.cpp447 DarwinLogEventVector
452 return DarwinLogEventVector(); in GetEventsForProcess()
677 DarwinLogEventVector DarwinLogCollector::RemoveEvents() { in RemoveEvents()
678 DarwinLogEventVector returned_events; in RemoveEvents()
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h111 DarwinLogEventVector DNBProcessGetAvailableDarwinLogEvents(nub_process_t pid);
DRNBRemote.cpp64 static const DarwinLogEventVector::size_type DARWIN_LOG_MAX_EVENTS_PER_PACKET =
561 DarwinLogEventVector::size_type entry_count = 0; in SendAsyncDarwinLogData()
568 DarwinLogEventVector events = DNBProcessGetAvailableDarwinLogEvents(pid); in SendAsyncDarwinLogData()
574 for (DarwinLogEventVector::size_type base_entry = 0; in SendAsyncDarwinLogData()
597 for (DarwinLogEventVector::size_type i = base_entry; i < inner_loop_bound; in SendAsyncDarwinLogData()
DDNB.cpp1662 DarwinLogEventVector DNBProcessGetAvailableDarwinLogEvents(nub_process_t pid) { in DNBProcessGetAvailableDarwinLogEvents()