Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp500 uint32_t stop_reason_thread_idx = 0; in AddException() local
501 for (stop_reason_thread_idx = 0; stop_reason_thread_idx < num_threads; in AddException()
502 ++stop_reason_thread_idx) { in AddException()
503 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException()
510 if (stop_reason_thread_idx == num_threads) { in AddException()
520 ThreadSP thread_sp(thread_list.GetThreadAtIndex(stop_reason_thread_idx)); in AddException()