hanchenye-llvm-project/lldb/source
Pavel Labath d3656a03ab Fix libc++ vector<bool> data formatter (bug #32553)
Summary:
The iteration list through the available data formatters was undefined,
which meant that the vector<bool> formatter kicked in only in cases
where it happened to be queried before the general vector formatter. To
fix this, I merge the two data formatter entries into one, and select
which implementation to use in the factory function.

Reviewers: jasonmolenda, tberghammer, EricWF

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D31880

llvm-svn: 300047
2017-04-12 10:59:24 +00:00
..
API Teach SBFrame how to guess its language. 2017-04-12 00:19:54 +00:00
Breakpoint iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
Commands iwyu fixes for lldbCore. 2017-04-06 21:28:29 +00:00
Core Teach SBFrame how to guess its language. 2017-04-12 00:19:54 +00:00
DataFormatters Stop calling ValueObject::SetName from synthetic child providers 2017-03-31 20:48:00 +00:00
Expression Revert r298776 - Expression: add missing linkage to RuntimeDyld ... 2017-03-30 18:24:07 +00:00
Host Correct environ parsing on NetBSD 2017-04-07 16:45:36 +00:00
Initialization Enable ProcessPOSIXLog on NetBSD 2017-03-21 17:26:55 +00:00
Interpreter Delete some more dead includes. 2017-03-22 23:33:16 +00:00
Plugins Fix libc++ vector<bool> data formatter (bug #32553) 2017-04-12 10:59:24 +00:00
Symbol Remove dead include from GoASTContext.cpp. 2017-03-22 19:24:17 +00:00
Target Teach SBFrame how to guess its language. 2017-04-12 00:19:54 +00:00
Utility iwyu fixes on lldbUtility. 2017-04-06 18:12:24 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00