Re: [Lldb-commits] [PATCH] D13114: Check existence of SIGHUP before using it

2015-09-23 Thread Ying Chen via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL248434: Check existence of SIGHUP before using it (authored by chying). Changed prior to commit: http://reviews.llvm.org/D13114?vs=35543&id=35557#toc Repository: rL LLVM http://reviews.llvm.org/D131

[Lldb-commits] [PATCH] D13114: Check existence of SIGHUP before using it

2015-09-23 Thread Ying Chen via lldb-commits
chying created this revision. chying added a reviewer: tfiala. chying added a subscriber: lldb-commits. -SIGHUP doesn't exist on Windows http://reviews.llvm.org/D13114 Files: test/dosep.py Index: test/dosep.py === --- test/dosep.