[Lldb-commits] [lldb] r223916 - ClangFunction: Fix destruction order of parser and execution unit

2014-12-09 Thread Duncan P. N. Exon Smith
Author: dexonsmith Date: Tue Dec 9 22:59:18 2014 New Revision: 223916 URL: http://llvm.org/viewvc/llvm-project?rev=223916&view=rev Log: ClangFunction: Fix destruction order of parser and execution unit Fix PR21802 by correcting the destruction order of `ClangExpressionParser` and `IRExecutionUni

[Lldb-commits] [lldb] r221749 - Revert "Update for LLVM API change in r221024"

2014-11-11 Thread Duncan P. N. Exon Smith
Author: dexonsmith Date: Tue Nov 11 19:59:53 2014 New Revision: 221749 URL: http://llvm.org/viewvc/llvm-project?rev=221749&view=rev Log: Revert "Update for LLVM API change in r221024" This reverts commit r221073 to match upstream revert in r221711. Modified: lldb/trunk/source/Expression/IRDy

Re: [Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses

2014-07-16 Thread Duncan P. N. Exon Smith
> On 2014-Jul-16, at 14:54, Kuba Brecka wrote: > > > Comment at: lib/asan/asan_report.cc:35 > @@ +34,3 @@ > +struct ReportData { > + bool already_happened = 0; > + uptr pc = 0; > > Alexey Samsonov wrote: >> I believe this wouldn't compile on Windows :-/ > I do