[lldb] [llvm] [lldb][windows] use Windows APIs to print to the console (PR #149493)

Charles Zablit via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 06:33:42 PDT 2025


================
@@ -247,6 +248,28 @@ uint32_t File::GetPermissions(Status &error) const {
   return file_stats.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);
 }
 
+NativeFile::NativeFile()
+    : m_descriptor(kInvalidDescriptor), m_stream(kInvalidStream) {}
----------------
charles-zablit wrote:

Fixed, thanks!

https://github.com/llvm/llvm-project/pull/149493


More information about the llvm-commits mailing list