Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.h59 nub_process_t DNBProcessAttachByName(const char *name, struct timespec *timeout,
H A Ddebugserver.cpp1576 nub_process_t pid = DNBProcessAttachByName( in main()
H A DDNB.cpp414 nub_process_t DNBProcessAttachByName(const char *name, struct timespec *timeout, in DNBProcessAttachByName() function
H A DChangeLog41 * DNB.cpp (DNBProcessAttachByName): New function.
47 DNB.h: Declare DNBProcessAttachByName, DNBProcessAttachWait, change
H A DRNBRemote.cpp3831 attach_pid = DNBProcessAttachByName(attach_name.c_str(), NULL, in HandlePacket_v()