Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2711 uint32_t exec_count) in AttachCompletionHandler() argument
2712 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2717 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2848 AttachCompletionHandler(Process *process, uint32_t exec_count);