llvm-project/lldb/source/Plugins/Language
Jim Ingham 393fe62e33 Fix the libcxx set, multiset, vector and bitset formatters to work on references.
The synthetic child providers for these classes had a type expression that matched
pointers & references to the type, but the Front End only worked on the actual object.

I fixed this by adding a way for the Synthetic Child FrontEnd provider to request dereference,
and then had these formatters use that mode.

<rdar://problem/40849836>

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

llvm-svn: 337035
2018-07-13 19:28:32 +00:00
..
CPlusPlus Fix the libcxx set, multiset, vector and bitset formatters to work on references. 2018-07-13 19:28:32 +00:00
Go Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Java Rename Error -> Status. 2017-05-12 04:51:55 +00:00
OCaml Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ObjC [DataFormatter] Add CFDictionary data formatter 2018-06-21 19:13:47 +00:00
ObjCPlusPlus Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
CMakeLists.txt Support for OCaml native debugging 2016-08-02 11:15:55 +00:00