Re: [Lldb-commits] [lldb] r277117 - Fix -break-insert not working when using absolute paths (MI)

2016-08-03 Thread Hans Wennborg via lldb-commits
For LLDB, I think it's up to Greg to decide. On Tue, Aug 2, 2016 at 10:20 PM, Ilia K wrote: > Hi Hans! > > The author of this commit asks me is there a chance to include this changes > to 3.9 release? I'm not sure about our policy when RC has already been > tagged. > > On Fri, Jul 29, 2016 at 9:0

[Lldb-commits] [lldb] r277608 - Fix an unused variable warning in release builds.

2016-08-03 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Aug 3 11:29:45 2016 New Revision: 277608 URL: http://llvm.org/viewvc/llvm-project?rev=277608&view=rev Log: Fix an unused variable warning in release builds. ``num_params`` was unused in RenderScript ABI fixup pass ``cloneToStructRetFnTy`` and was only used in an `assert

[Lldb-commits] [lldb] r277613 - [RenderScript] Always create a new allocation ID in CaptureAllocationInit hook

2016-08-03 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Aug 3 12:31:58 2016 New Revision: 277613 URL: http://llvm.org/viewvc/llvm-project?rev=277613&view=rev Log: [RenderScript] Always create a new allocation ID in CaptureAllocationInit hook Due to internal reuse of buffers in the RenderScript runtime by the system allocator

Re: [Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class

2016-08-03 Thread John Lindal via lldb-commits
jafl updated this revision to Diff 66678. jafl added a comment. Incorporated feedback Repository: rL LLVM https://reviews.llvm.org/D22831 Files: include/lldb/API/SBAddress.h Index: include/lldb/API/SBAddress.h === --- include

Re: [Lldb-commits] [lldb] r277443 - Support for OCaml native debugging

2016-08-03 Thread Jim Ingham via lldb-commits
Just finishing off a test build. Give me a minute and I'll check it in. Jim > On Aug 3, 2016, at 2:22 PM, Tamas Berghammer via lldb-commits > wrote: > > It is failing because the new files have to be added to the xcode project. > Currently I don't have a Mac around to do it but if nobody fix

[Lldb-commits] [lldb] r277660 - Add the new OCaml support files to the Xcode project file.

2016-08-03 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Aug 3 17:12:00 2016 New Revision: 277660 URL: http://llvm.org/viewvc/llvm-project?rev=277660&view=rev Log: Add the new OCaml support files to the Xcode project file. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbx

Re: [Lldb-commits] [lldb] r277443 - Support for OCaml native debugging

2016-08-03 Thread Jim Ingham via lldb-commits
r277660 should do it. Jim > On Aug 3, 2016, at 3:04 PM, Jim Ingham wrote: > > Just finishing off a test build. Give me a minute and I'll check it in. > > Jim > >> On Aug 3, 2016, at 2:22 PM, Tamas Berghammer via lldb-commits >> wrote: >> >> It is failing because the new files have to be a

[Lldb-commits] [lldb] r277662 - Errors compiling breakpoint conditions will cause the breakpoint not to be hit

2016-08-03 Thread Jim Ingham via lldb-commits
Author: jingham Date: Wed Aug 3 17:46:11 2016 New Revision: 277662 URL: http://llvm.org/viewvc/llvm-project?rev=277662&view=rev Log: Errors compiling breakpoint conditions will cause the breakpoint not to be hit This was a shadowed variable error from the big Expression Parser plugin-ification.

[Lldb-commits] [PATCH] D23150: [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)

2016-08-03 Thread Vedant Kumar via lldb-commits
vsk created this revision. vsk added reviewers: kubabrecka, k8stone. vsk added a subscriber: lldb-commits. vsk added a dependency: D23043: [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI). Factor out some common logic used to find the runtime library in a list of modules. Depends on D