Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp757 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
758 if (stdin_file_spec || disable_stdio) { in DoLaunch()
775 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
778 if (disable_stdio) { in DoLaunch()
892 if (!disable_stdio) { in DoLaunch()