Searched refs:ignore_existing (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 48 …t (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct times…
|
D | debugserver.cpp | 1345 bool ignore_existing = false; in main() local 1347 …pid = DNBProcessAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing, timeout_ptr,… in main()
|
D | DNB.cpp | 522 bool ignore_existing, in DNBProcessAttachWait() argument 547 if (ignore_existing) in DNBProcessAttachWait()
|
D | RNBRemote.cpp | 3143 const bool ignore_existing = true; in HandlePacket_v() local 3144 …d = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, … in HandlePacket_v() 3155 const bool ignore_existing = false; in HandlePacket_v() local 3156 …d = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, … in HandlePacket_v()
|