[Lldb-commits] [PATCH] D12615: Teach utilsOsType about NetBSD

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 12:16:53 PDT 2015


krytarowski added a comment.

  $ python2.7                                                              
  Python 2.7.10 (default, Jul  2 2015, 13:17:37) 
  [GCC 4.8.4] on netbsd7
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import sys
  >>> print sys.platform
  netbsd7
  >>> pr


Repository:
  rL LLVM

http://reviews.llvm.org/D12615





More information about the lldb-commits mailing list