[Lldb-commits] [PATCH] D56234: [lldb-server] Add unnamed pipe	support to PipeWindows
    Pavel Labath via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Jan 10 00:54:21 PST 2019
    
    
  
labath added inline comments.
================
Comment at: include/lldb/Host/windows/PipeWindows.h:71-74
   // PipeWindows specific methods.  These allow access to the underlying OS
   // handle.
   HANDLE GetReadNativeHandle();
   HANDLE GetWriteNativeHandle();
----------------
Are these still necessary?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56234/new/
https://reviews.llvm.org/D56234
    
    
More information about the lldb-commits
mailing list