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
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
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
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
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