Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h54 nub_process_t DNBProcessAttach(nub_process_t pid, struct timespec *timeout,
H A DDNB.cpp437 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 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
H A Ddebugserver.cpp371 pid = DNBProcessAttach(attach_pid, NULL, ctx.GetIgnoredExceptions(), err_str, in RNBRunLoopLaunchAttaching()
H A DRNBRemote.cpp3846 attach_pid = DNBProcessAttach(pid_attaching_to, &attach_timeout_abstime, in HandlePacket_v()