Searched refs:DNBProcessAttachByName (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str,…
|
D | debugserver.cpp | 1387 …nub_process_t pid = DNBProcessAttachByName (attach_pid_name.c_str(), timeout_ptr, err_str, sizeof(… in main()
|
D | DNB.cpp | 286 DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) in DNBProcessAttachByName() function
|
D | ChangeLog | 41 * DNB.cpp (DNBProcessAttachByName): New function. 47 DNB.h: Declare DNBProcessAttachByName, DNBProcessAttachWait, change
|
D | RNBRemote.cpp | 3167 … attach_pid = DNBProcessAttachByName (attach_name.c_str(), NULL, err_str, sizeof(err_str)); in HandlePacket_v()
|