Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h68 WillAttachToProcessWithName(const char *process_name,
DProcessKDP.cpp199 Status ProcessKDP::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h86 Status WillAttachToProcessWithName(const char *process_name,
DProcessGDBRemote.cpp628 Status ProcessGDBRemote::WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function in ProcessGDBRemote
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h924 virtual Status WillAttachToProcessWithName(const char *process_name, in WillAttachToProcessWithName() function
/external/llvm-project/lldb/source/Target/
DProcess.cpp2877 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()