Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import block pointers from DWARF as Clang block pointers, not as structs. | Sean Callanan | 2016-05-02 | 1 | -0/+6 |
| | | | | | | | | | Also added a data formatter that presents them as structs if you use frame variable to look at their contents. Now the blocks testcase works. <rdar://problem/15984431> llvm-svn: 268307 | ||||
* | Fix compiler warnings in the java code | Pavel Labath | 2016-02-29 | 1 | -3/+1 |
| | | | | llvm-svn: 262214 | ||||
* | Add a set of new plugins to handle Java debugging | Tamas Berghammer | 2016-02-26 | 1 | -0/+1520 |
The purpose of these plugins is to make LLDB capable of debugging java code JIT-ed by the android runtime. Differential revision: http://reviews.llvm.org/D17616 llvm-svn: 262015 |