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