Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp670 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
671 if (stdin_file_spec || disable_stdio) { in DoLaunch()
688 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
691 if (disable_stdio) { in DoLaunch()
805 if (!disable_stdio) { in DoLaunch()