Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp848 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
849 if (stdin_file_spec || disable_stdio) { in DoLaunch()
868 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
871 if (disable_stdio) { in DoLaunch()
989 if (!disable_stdio) { in DoLaunch()