llvm-project/lldb/source/Plugins
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
..
ABI Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Disassembler Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
DynamicLoader Set the address size based on the target's arch instead 2016-12-08 02:02:45 +00:00
ExpressionParser Handle empty strings when looking for a CFString's encoding. 2016-12-01 19:14:55 +00:00
Instruction Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
InstrumentationRuntime Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
JITLoader *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Language Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
LanguageRuntime 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
MemoryHistory Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
ObjectContainer Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
ObjectFile [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions 2016-12-05 18:42:21 +00:00
OperatingSystem Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
Platform Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
Process Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the version that needed a StringRef as the URL, and also updated all virtual functions to say "override" to make sure this doesn't happen again. 2016-12-07 23:51:49 +00:00
ScriptInterpreter Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
StructuredData Rewrite all Property related functions in terms of StringRef. 2016-11-17 18:08:12 +00:00
SymbolFile [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions 2016-12-05 18:42:21 +00:00
SymbolVendor When deciding whether to use the source remapping dictionary from 2016-11-09 03:42:12 +00:00
SystemRuntime Use Timeout<> in EvaluateExpressionOptions class 2016-12-06 11:24:51 +00:00
UnwindAssembly Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
CMakeLists.txt Add StructuredData plugin type; showcase with new DarwinLog feature 2016-08-19 04:21:48 +00:00