llvm-project/lldb/source
Greg Clayton d49a8f9b54 Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information.
https://llvm.org/bugs/show_bug.cgi?id=27515
<rdar://problem/21082998>

llvm-svn: 268110
2016-04-29 21:26:46 +00:00
..
API Fix TestGetVariables.py so it works correctly. We had duplicate static values showing up as we would find static variables in the Block and also in the compile unit. We now make sure a variable hasn't been added to the list before we add it. 2016-04-29 21:00:38 +00:00
Breakpoint Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Commands Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Core Revert "Fixed a bug where const this would cause parser errors about $__lldb_expr." 2016-04-28 08:16:19 +00:00
DataFormatters Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Expression [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr. 2016-04-29 18:09:03 +00:00
Host Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093 2016-04-27 17:49:51 +00:00
Initialization Move DynamicLoader plugins to SystemInitializerFull 2016-03-29 15:00:26 +00:00
Interpreter Add a --element-count option to the expression command 2016-04-25 00:52:47 +00:00
Plugins Watch out for compilers that generate bad bitfield info. If the bit size of a bitfield member doesn't lie within the bit bounds of the type itself, just leave it out so we don't get clang asserting and killing our IDE when it gets unhappy with the information. 2016-04-29 21:26:46 +00:00
Symbol Make sure LLDB can deal with forward declarations to enums without crashing or asserting. 2016-04-29 20:48:39 +00:00
Target Add the ability to limit "source regexp" breakpoints to a particular function 2016-04-28 01:40:57 +00:00
Utility Work around a linux libc bug causing a crash in TaskPool 2016-04-15 10:49:07 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00
lldb.cpp Add more NetBSD platform glue for lldb 2015-11-07 15:31:54 +00:00