Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h101 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1245 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1199 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3009 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()