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/
DProcess.h905 Status WillAttachToProcessWithName(const char *process_name,
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp2775 Status Process::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in Process
2798 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()