Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h949 Status WillAttachToProcessWithID(lldb::pid_t pid);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2960 Status Process::WillAttachToProcessWithID(lldb::pid_t pid) { in WillAttachToProcessWithID() function in Process
3060 error = WillAttachToProcessWithID(attach_pid); in Attach()