Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h892 virtual Status WillAttachToProcessWithID(lldb::pid_t pid) { return Status(); } in WillAttachToProcessWithID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp630 Status ProcessGDBRemote::WillAttachToProcessWithID(lldb::pid_t pid) { in WillAttachToProcessWithID() function in ProcessGDBRemote