Searched refs:DNBProcessAttach (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.h | 54 nub_process_t DNBProcessAttach(nub_process_t pid, struct timespec *timeout,
|
H A D | DNB.cpp | 437 return DNBProcessAttach(matching_proc_infos[0].kp_proc.p_pid, timeout, in DNBProcessAttachByName() 441 nub_process_t DNBProcessAttach(nub_process_t attach_pid, in DNBProcessAttach() function 796 waitfor_pid = DNBProcessAttach(waitfor_pid, timeout_abstime, in DNBProcessAttachWait()
|
H A 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
|
H A D | debugserver.cpp | 371 pid = DNBProcessAttach(attach_pid, NULL, ctx.GetIgnoredExceptions(), err_str, in RNBRunLoopLaunchAttaching()
|
H A D | RNBRemote.cpp | 3846 attach_pid = DNBProcessAttach(pid_attaching_to, &attach_timeout_abstime, in HandlePacket_v()
|