HomeSort by relevance Sort by last modified time
    Searched full:disable_stdio (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 662 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; local
669 if (platform_sp && platform_sp->IsHost() && !disable_stdio)
689 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
694 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
764 if (!disable_stdio)
    [all...]

Completed in 2102 milliseconds