Searched refs:wait_for (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h129 SBAttachInfo (const char *path, bool wait_for);
422 /// @param[in] wait_for
434 bool wait_for,
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dser-unix.c70 static int wait_for (struct serial *scb, int timeout);
441 wait_for (struct serial *scb, int timeout) function
593 status = wait_for (scb, delta);
976 /* If we got a character or an error back from wait_for, then we can
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp281 SBAttachInfo::SBAttachInfo (const char *path, bool wait_for) : argument
286 m_opaque_sp->SetWaitForLaunch (wait_for);
1057 bool wait_for, // if true wait for a new instance of "name" to be launched
1069 log->Printf ("SBTarget(%p)::AttachToProcessWithName (listener, name=%s, wait_for=%s, error)...", target_sp.get(), name, wait_for ? "true" : "false");
1116 attach_info.SetWaitForLaunch(wait_for);
1053 AttachToProcessWithName( SBListener &listener, const char *name, bool wait_for, SBError& error ) argument

Completed in 173 milliseconds