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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp749 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; local
756 if (platform_sp && platform_sp->IsHost() && !disable_stdio)
776 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
781 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
786 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
863 if (!disable_stdio)

Completed in 101 milliseconds