================
@@ -571,7 +571,7 @@ int main(int argc, char *argv[]) {
}
lldb::IOObjectSP input = std::make_shared<NativeFile>(
- fileno(stdin), File::eOpenOptionReadOnly, true);
+ fileno(stdin), File::eOpenOptionReadOnly, false);
----------------
JDevlieghere wrote:
```suggestion
fileno(stdin), File::eOpenOptionReadOnly, NativeFile::Unowned);
```
https://github.com/llvm/llvm-project/pull/133811
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits