Home
last modified time | relevance | path

Searched refs:ignore_existing (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNB.h65 bool ignore_existing,
Ddebugserver.cpp1537 bool ignore_existing = false; in main() local
1541 &ctx, waitfor_pid_name.c_str(), ignore_existing, timeout_ptr, in main()
DDNB.cpp691 bool ignore_existing, struct timespec *timeout_abstime, in DNBProcessAttachWait() argument
713 if (ignore_existing) in DNBProcessAttachWait()
DRNBRemote.cpp3802 const bool ignore_existing = true; in HandlePacket_v() local
3804 &m_ctx, attach_name.c_str(), ignore_existing, NULL, 1000, err_str, in HandlePacket_v()
3814 const bool ignore_existing = false; in HandlePacket_v() local
3819 &m_ctx, attach_name.c_str(), ignore_existing, NULL, 1000, err_str, in HandlePacket_v()