llvm-project/lldb/source/Plugins/LanguageRuntime
Greg Clayton 8f61811789 Fix i386 being able to show member variables correctly by not returning empty objective C types from the runtime.
We don't parse ObjC v1 types from the runtime metadata like we do for ObjC v2, but doing so by creating empty types was ruining the i386 v1 debugging experience.

<rdar://problem/24093343>

llvm-svn: 289233
2016-12-09 17:54:59 +00:00
..
CPlusPlus Convert some Args index-based iteration to range-style iteration. 2016-10-05 23:40:23 +00:00
Go *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Java *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ObjC Fix i386 being able to show member variables correctly by not returning empty objective C types from the runtime. 2016-12-09 17:54:59 +00:00
RenderScript Fix an unannotated fallthrough that was causing a warning. 2016-12-07 23:52:27 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00