Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp66 TestClient::launchCustom(StringRef Log, bool disable_stdio, in launchCustom() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp660 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local
678 const bool disable_stdio = (launch_flags & eLaunchFlagDisableSTDIO) != 0; in DoLaunch() local