Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h57 nub_process_t DNBProcessAttachByName(const char *name, struct timespec *timeout,
Ddebugserver.cpp1561 nub_process_t pid = DNBProcessAttachByName( in main()
DDNB.cpp415 nub_process_t DNBProcessAttachByName(const char *name, struct timespec *timeout, in DNBProcessAttachByName() function
DChangeLog41 * DNB.cpp (DNBProcessAttachByName): New function.
47 DNB.h: Declare DNBProcessAttachByName, DNBProcessAttachWait, change
DRNBRemote.cpp3951 attach_pid = DNBProcessAttachByName(attach_name.c_str(), NULL, in HandlePacket_v()