Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h99 DoAttachToProcessWithName(const char *process_name,
H A DProcessGDBRemote.cpp1175 Status ProcessGDBRemote::DoAttachToProcessWithName( in DoAttachToProcessWithName() function in ProcessGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h955 DoAttachToProcessWithName(const char *process_name, in DoAttachToProcessWithName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2756 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()