hanchenye-llvm-project/lldb/source/Core
Enrico Granata 17fd63c6f0 Adding a custom summary for libc++ std::vector<bool>
vector<bool> is specialized and the existing general summary for vectors would lie to the user.
Tackling libstdc++ and synthetic children is the following, less critical, part of this task

llvm-svn: 172671
2013-01-16 23:17:30 +00:00
..
Address.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
AddressRange.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
AddressResolver.cpp
AddressResolverFileLine.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
AddressResolverName.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
ArchSpec.cpp <rdar://problem/12990038> 2013-01-11 20:49:54 +00:00
Baton.cpp
Broadcaster.cpp
CXXFormatterFunctions.cpp <rdar://problem/12790664> 2013-01-14 23:53:26 +00:00
Communication.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
Connection.cpp
ConnectionFileDescriptor.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
ConnectionMachPort.cpp
ConnectionSharedMemory.cpp
ConstString.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
DataBufferHeap.cpp
DataBufferMemoryMap.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
DataEncoder.cpp
DataExtractor.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
DataVisualization.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
Debugger.cpp <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
Disassembler.cpp <rdar://problem/12389806> 2013-01-04 23:52:35 +00:00
DynamicLoader.cpp
EmulateInstruction.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
Error.cpp
Event.cpp Improve the broadcast event dumping. 2012-10-29 18:08:18 +00:00
FileLineResolver.cpp <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
FileSpecList.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
FormatClasses.cpp Remove std::string input arguments and replace with "const char *". 2013-01-16 19:53:55 +00:00
FormatManager.cpp Adding a custom summary for libc++ std::vector<bool> 2013-01-16 23:17:30 +00:00
History.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
InputReader.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
InputReaderEZ.cpp
InputReaderStack.cpp
Language.cpp
Listener.cpp Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. 2012-11-13 19:09:45 +00:00
Log.cpp Fix a few more clang (3.2) warnings on Linux: 2012-12-07 22:21:08 +00:00
Makefile Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Mangled.cpp Make size_t known before including cxxabi.h (FreeBSD fix) 2012-09-11 18:11:12 +00:00
Module.cpp <rdar://problem/12973809> 2013-01-11 23:44:27 +00:00
ModuleChild.cpp
ModuleList.cpp Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning 2012-11-08 19:16:03 +00:00
Opcode.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
PluginManager.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
RegisterValue.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
RegularExpression.cpp Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
Scalar.cpp <rdar://problem/13010909> 2013-01-15 02:59:24 +00:00
SearchFilter.cpp <rdar://problem/12586350> 2012-11-08 02:22:02 +00:00
Section.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
SourceManager.cpp Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the 2013-01-09 03:27:33 +00:00
State.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
Stream.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
StreamAsynchronousIO.cpp
StreamCallback.cpp Ran the sources through the compiler with -Wshadow warnings 2012-10-04 22:47:07 +00:00
StreamFile.cpp
StreamString.cpp Fix arch_helper() to return the list of supported architectures. 2012-05-29 20:04:10 +00:00
StringList.cpp <rdar://problem/12022079> 2012-08-23 00:22:02 +00:00
Timer.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:12:07 +00:00
UUID.cpp Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. 2012-09-27 22:26:11 +00:00
UserID.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UserSettingsController.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
VMRange.cpp
Value.cpp Modified Value.cpp to share the code that gets the values as bytes (Value::GetValueAsData()) so now Value::ResolveValue() doesn't do its own thing by reading memory directly. 2013-01-11 18:01:02 +00:00
ValueObject.cpp <rdar://problem/12239827> 2013-01-12 01:00:22 +00:00
ValueObjectCast.cpp Moving ValueObjectCast over to its own .h/.cpp files instead of sharing ValueObjectDynamic.h/.cpp 2012-10-27 02:05:48 +00:00
ValueObjectChild.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
ValueObjectConstResult.cpp More Linux warnings fixes (remove default labels as needed): 2012-12-07 20:51:09 +00:00
ValueObjectConstResultChild.cpp
ValueObjectConstResultImpl.cpp
ValueObjectDynamicValue.cpp Fixing a silly typo in the previous patch 2012-11-27 23:50:00 +00:00
ValueObjectList.cpp
ValueObjectMemory.cpp
ValueObjectRegister.cpp Changed register ValueObjects to report their 2012-08-24 18:21:05 +00:00
ValueObjectSyntheticFilter.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
ValueObjectVariable.cpp Path from Ashok Thirumurthi: 2012-10-30 18:18:43 +00:00
cxa_demangle.cpp Merge rename fix from libcxxabi (r169402: rename class with name that clashes with GCC 4.6/4.7) 2012-12-06 16:52:09 +00:00