llvm-project/lldb/source/Plugins/LanguageRuntime
Enrico Granata 1dccd9da01 Add more debug logging to g_get_shared_cache_class_info_body
llvm-svn: 268303
2016-05-02 20:58:15 +00:00
..
CPlusPlus Add a 'language cplusplus demangle' command. This can be useful to provide a low-friction reproduction for issues with the LLDB demangling of C++ symbols 2016-03-25 23:14:24 +00:00
Go Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument: 2016-02-10 21:28:13 +00:00
Java Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00
ObjC Add more debug logging to g_get_shared_cache_class_info_body 2016-05-02 20:58:15 +00:00
RenderScript Get rid of two global constructors by making things static variables in the only function that uses these variables. 2016-03-24 21:48:10 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00