Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2677 AttachCompletionHandler(Process *process, uint32_t exec_count);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2677 uint32_t exec_count) in AttachCompletionHandler() argument
2678 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2683 __FUNCTION__, static_cast<void *>(process), exec_count); in AttachCompletionHandler()