Home
last modified time | relevance | path

Searched refs:DNBProcessAttach (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str…
DDNB.cpp306 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()
Ddebugserver.cpp348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str)); in RNBRunLoopLaunchAttaching()
DChangeLog42 (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
DRNBRemote.cpp3180 … attach_pid = DNBProcessAttach(attach_pid, &attach_timeout_abstime, err_str, sizeof(err_str)); in HandlePacket_v()