Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h905 Status WillAttachToProcessWithName(const char *process_name,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2775 Status Process::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in Process
2798 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()