Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h889 Status WillAttachToProcessWithID(lldb::pid_t pid);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2771 Status Process::WillAttachToProcessWithID(lldb::pid_t pid) { in WillAttachToProcessWithID() function in Process
2868 error = WillAttachToProcessWithID(attach_pid); in Attach()