Re: [Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-02 Thread Ed Maste via lldb-commits
On 2 September 2015 at 12:49, Zachary Turner wrote: > I tried to fix this in r246672. I can't build on FreeBSD so I'm pretty much > just guessing. If this doesn't fix it then please update me with the new > build errors and I'll try again. Great, thanks -- I was able to build it now, and will c

Re: [Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-02 Thread Zachary Turner via lldb-commits
I tried to fix this in r246672. I can't build on FreeBSD so I'm pretty much just guessing. If this doesn't fix it then please update me with the new build errors and I'll try again. On Wed, Sep 2, 2015 at 7:58 AM Ed Maste wrote: > On 2 September 2015 at 10:55, Zachary Turner wrote: > > I'll t

Re: [Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-02 Thread Ed Maste via lldb-commits
On 2 September 2015 at 10:55, Zachary Turner wrote: > I'll take a look today, thanks for letting me know Np. I need to get a FreeBSD buildbot back up again; the previous one was taken down because the machine was overloaded (and flaky). ___ lldb-commit

Re: [Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-02 Thread Zachary Turner via lldb-commits
I'll take a look today, thanks for letting me know On Wed, Sep 2, 2015 at 7:54 AM Ed Maste wrote: > On 1 September 2015 at 16:02, Zachary Turner via lldb-commits > wrote: > > Author: zturner > > Date: Tue Sep 1 15:02:29 2015 > > New Revision: 246578 > > > > URL: http://llvm.org/viewvc/llvm-pro

Re: [Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-02 Thread Ed Maste via lldb-commits
On 1 September 2015 at 16:02, Zachary Turner via lldb-commits wrote: > Author: zturner > Date: Tue Sep 1 15:02:29 2015 > New Revision: 246578 > > URL: http://llvm.org/viewvc/llvm-project?rev=246578&view=rev > Log: > Have the Process hold a weak_ptr to the Target. Hi Zach, would you be able to ma

[Lldb-commits] [lldb] r246578 - Have the Process hold a weak_ptr to the Target.

2015-09-01 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Sep 1 15:02:29 2015 New Revision: 246578 URL: http://llvm.org/viewvc/llvm-project?rev=246578&view=rev Log: Have the Process hold a weak_ptr to the Target. Modified: lldb/trunk/include/lldb/Target/Process.h lldb/trunk/include/lldb/lldb-private-interfaces.h ll