Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp2027 const size_t msg_count = messages_array->GetSize(); in GetDescription() local
2028 if (msg_count > 0) { in GetDescription()
2029 strm.Printf(" %zu trace messages:\n", msg_count); in GetDescription()
2030 for (size_t i = 0; i < msg_count; i++) { in GetDescription()