[Lldb-commits] [PATCH] D33213: Use socketpair on all Unix platforms

2017-09-16 Thread Demi Marie Obenour via Phabricator via lldb-commits
DemiMarie added a comment. Does this need any further action on my part? https://reviews.llvm.org/D33213 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [lldb] r313210 - Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)

2017-09-16 Thread Leonard Mosescu via lldb-commits
Yes, this is the culprit indeed, thanks Ed for reporting it! The fix is trivial and I can take care of it on Monday, but if anyone is blocked by it we should revert the change. On Sat, Sep 16, 2017 at 5:21 AM, Ed Maste via lldb-commits < lldb-commits@lists.llvm.org> wrote: > On 13 September

Re: [Lldb-commits] [lldb] r313210 - Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)

2017-09-16 Thread Ed Maste via lldb-commits
On 13 September 2017 at 18:57, Adrian McCarthy via lldb-commits wrote: > Author: amccarth > Date: Wed Sep 13 15:57:11 2017 > New Revision: 313210 > > URL: http://llvm.org/viewvc/llvm-project?rev=313210=rev > Log: > Fix for bug 34532 - A few rough corners related to