Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2901 uint32_t exec_count) in AttachCompletionHandler() argument
2902 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2907 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2931 AttachCompletionHandler(Process *process, uint32_t exec_count);
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200120039 (bb_info): Use gcov_type for succ_count, pred_count and exec_count.