Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h88 Status WillAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp634 Status ProcessGDBRemote::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in ProcessGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h900 virtual Status WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2749 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()