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&view=rev
> Log:
> Fix for bug 34532 - A few rough corners related to post-mortem debugging 
> (core/minidump)

I suspect this was responsible for breaking debugging on FreeBSD:
```
% bin/lldb /bin/ls
(lldb) target create "/bin/ls"
Current executable set to '/bin/ls' (x86_64).
(lldb) b main
Breakpoint 1: where = ls`main + 33 at ls.c:163, address = 0x004023f1
(lldb) run
Process 42854 launching
error: process resume at entry point failed: error: freebsd does not
support resuming processes
(lldb)
```

I haven't bisected yet to confirm, just reviewed changes between
rL312270 (working) and rL313327 (failing). It looks like the fix may
be straightforward, but I'm traveling to a conference and won't be
able to look for a short while so am noting it here.
___
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 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&view=rev
> > Log:
> > Fix for bug 34532 - A few rough corners related to post-mortem debugging
> (core/minidump)
>
> I suspect this was responsible for breaking debugging on FreeBSD:
> ```
> % bin/lldb /bin/ls
> (lldb) target create "/bin/ls"
> Current executable set to '/bin/ls' (x86_64).
> (lldb) b main
> Breakpoint 1: where = ls`main + 33 at ls.c:163, address =
> 0x004023f1
> (lldb) run
> Process 42854 launching
> error: process resume at entry point failed: error: freebsd does not
> support resuming processes
> (lldb)
> ```
>
> I haven't bisected yet to confirm, just reviewed changes between
> rL312270 (working) and rL313327 (failing). It looks like the fix may
> be straightforward, but I'm traveling to a conference and won't be
> able to look for a short while so am noting it here.
> ___
> lldb-commits mailing list
> lldb-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


[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