Searched refs:DNBProcessAttachByName (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.h47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT;
H A Ddebugserver.cpp1387 nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(err_str));
H A DDNB.cpp286 DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) function
H A DRNBRemote.cpp3167 attach_pid = DNBProcessAttachByName (attach_name.c_str(), NULL, err_str, sizeof(err_str));

Completed in 102 milliseconds