summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/Java/JavaLanguage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Guard AddCXXSynthetic with LLDB_DISABLE_PYTHONTamas Berghammer2016-05-051-0/+2
| | | | | | | | | The function only avaibleble when python is enabled. Guard the new call in the Java plugin with LLDB_DISABLE_PYTHON until we can change AddCXXSynthetic to be available in all case to get the build bots green again. llvm-svn: 268626
* Add support for displaying Java array types on AndoridTamas Berghammer2016-05-051-1/+12
| | | | | | Differential revision: http://reviews.llvm.org/D19540 llvm-svn: 268622
* Add a set of new plugins to handle Java debuggingTamas Berghammer2016-02-261-0/+99
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