[Lldb-commits] [lldb] [lldb-dap] Ensure we do not print the close sentinel when closing stdout. (PR #126833)
    John Harrison via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 12 10:45:33 PST 2025
    
    
  
================
@@ -25,6 +26,10 @@ using llvm::Expected;
 using llvm::inconvertibleErrorCode;
 using llvm::StringRef;
 
+namespace {
+char kCloseSentinel[] = "\0";
+} // namespace
----------------
ashgti wrote:
Done.
https://github.com/llvm/llvm-project/pull/126833
    
    
More information about the lldb-commits
mailing list