Searched defs:ignore_existing (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp1345 bool ignore_existing = false; local
1347 nub_process_t pid = DNBProcessAttachWait (waitfor_pid_name.c_str(), launch_flavor, ignore_existing, timeout_ptr, waitfor_interval, err_str, sizeof(err_str));
H A DDNB.cpp522 bool ignore_existing,
547 if (ignore_existing)
520 DNBProcessAttachWait(const char *waitfor_process_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout_abstime, useconds_t waitfor_interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel_callback, void *callback_data) argument
H A DRNBRemote.cpp3143 const bool ignore_existing = true; local
3144 attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, err_str, sizeof(err_str), RNBRemoteShouldCancelCallback);
3155 const bool ignore_existing = false; local
3156 attach_pid = DNBProcessAttachWait(attach_name.c_str (), m_ctx.LaunchFlavor(), ignore_existing, NULL, 1000, err_str, sizeof(err_str), RNBRemoteShouldCancelCallback);

Completed in 477 milliseconds