[Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-18 Thread Yacine Belkadi via lldb-commits
ybelkadi created this revision. ybelkadi added reviewers: labath, ovyalov. ybelkadi added a subscriber: lldb-commits. Due to fork()/execve(), the launched inferior inherits the signal mask of its parent (lldb-server). But because lldb-server modifies its signal mask (It blocks SIGCHLD, for examp

Re: [Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi updated this revision to Diff 32529. ybelkadi added a comment. Yes, the test passes, but as PR19246 reported intermittent failures, I thought I'd wait for the results of the tests run by the bots. Here is an updated patch also enabling the test. Could you please commit it if it's accep

Re: [Lldb-commits] [PATCH] D12138: On Linux, clear the signal mask of the launched inferior

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi added a comment. Thanks. Repository: rL LLVM http://reviews.llvm.org/D12138 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-19 Thread Yacine Belkadi via lldb-commits
ybelkadi created this revision. ybelkadi added a reviewer: jingham. ybelkadi added a subscriber: lldb-commits. http://reviews.llvm.org/D12158 Files: tools/driver/Driver.cpp Index: tools/driver/Driver.cpp === --- tools/driver/Drive

Re: [Lldb-commits] [PATCH] D12158: Fix typo in lldb --help

2015-08-26 Thread Yacine Belkadi via lldb-commits
ybelkadi added a comment. Sorry if this wasn't the expected way to submit trivial patches. (I don't have commit access) http://reviews.llvm.org/D12158 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/l