Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h3189 AttachCompletionHandler (Process *process, uint32_t exec_count);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3348 Process::AttachCompletionHandler::AttachCompletionHandler (Process *process, uint32_t exec_count) : in AttachCompletionHandler() argument
3350 m_exec_count (exec_count) in AttachCompletionHandler()
3354 …ndler::%s process=%p, exec_count=%" PRIu32, __FUNCTION__, static_cast<void*>(process), exec_count); in AttachCompletionHandler()
/NextBSD/contrib/gcc/
HDChangeLog-200120039 (bb_info): Use gcov_type for succ_count, pred_count and exec_count.