summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/JavaASTContext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-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 codePavel Labath2016-02-291-3/+1
| | | | llvm-svn: 262214
* Add a set of new plugins to handle Java debuggingTamas Berghammer2016-02-261-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
OpenPOWER on IntegriCloud