Home
last modified time | relevance | path

Searched defs:WillAttachToProcessWithID (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp177 Status ProcessKDP::WillAttachToProcessWithID(lldb::pid_t pid) { in WillAttachToProcessWithID() function in ProcessKDP
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h898 virtual Status WillAttachToProcessWithID(lldb::pid_t pid) { return Status(); } in WillAttachToProcessWithID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp526 Status ProcessGDBRemote::WillAttachToProcessWithID(lldb::pid_t pid) { in WillAttachToProcessWithID() function in ProcessGDBRemote