Searched refs:DNBProcessAttach (Results 1 – 5 of 5) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str…
|
D | DNB.cpp | 306 return DNBProcessAttach (matching_proc_infos[0].kp_proc.p_pid, timeout, err_str, err_len); in DNBProcessAttachByName() 310 DNBProcessAttach (nub_process_t attach_pid, struct timespec *timeout, char *err_str, size_t err_len) in DNBProcessAttach() function 637 waitfor_pid = DNBProcessAttach (waitfor_pid, timeout_abstime, err_str, err_len); in DNBProcessAttachWait()
|
D | debugserver.cpp | 348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str)); in RNBRunLoopLaunchAttaching()
|
D | ChangeLog | 42 (DNBProcessAttach): Make this handle catching the attach when done and 48 signature of DNBProcessAttach. 60 (RNBRunLoopLaunchAttaching): Code was moved from here into DNBProcessAttach. 935 (DNBProcessAttach): Fixed an issue where a local was shadowing a
|
D | RNBRemote.cpp | 3180 … attach_pid = DNBProcessAttach(attach_pid, &attach_timeout_abstime, err_str, sizeof(err_str)); in HandlePacket_v()
|