Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h965 Status WillAttachToProcessWithName(const char *process_name,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2964 Status Process::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in Process
2990 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()