Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1825 const size_t msg_count = messages_array->GetSize(); in GetDescription() local
1826 if (msg_count > 0) { in GetDescription()
1827 strm.Printf(" %zu trace messages:\n", msg_count); in GetDescription()
1828 for (size_t i = 0; i < msg_count; i++) { in GetDescription()