Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h68 WillAttachToProcessWithName(const char *process_name,
H A DProcessKDP.cpp184 Status ProcessKDP::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in ProcessKDP
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h90 Status WillAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp530 Status ProcessGDBRemote::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h906 virtual Status WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2777 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()