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
4 lines
77 B
CMake
4 lines
77 B
CMake
add_lldb_library(lldbPluginLanguageRuntimeJava
|
|
JavaLanguageRuntime.cpp
|
|
)
|