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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2014 const size_t msg_count = messages_array->GetSize(); local
2015 if (msg_count > 0) {
2016 strm.Printf(" %zu trace messages:\n", msg_count);
2017 for (size_t i = 0; i < msg_count; i++) {

Completed in 107 milliseconds