Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2909 AttachCompletionHandler(Process *process, uint32_t exec_count);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2874 uint32_t exec_count) in AttachCompletionHandler() argument
2875 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2880 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()