summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/LibCxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the C++ data formatters to the C++ language pluginEnrico Granata2015-09-041-636/+0
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-041-3/+5
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+0
* CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start sp...Enrico Granata2015-09-031-0/+172
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix a bug in the data formatters where summary strings would not look into th...Enrico Granata2015-03-121-1/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-1/+2
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* This patch does a few things:Enrico Granata2014-12-091-3/+3
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-2/+2
* Reorganize some of the data formatters code to simplify CXXFormattersFunction...Enrico Granata2014-10-221-103/+0
* <rdar://problem/16424592>Enrico Granata2014-03-311-3/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-4/+2
* New and improved data formatter for std::shared_ptr<> and std::weak_ptr<>Enrico Granata2014-01-081-0/+45
* There is no need to use the expression parser to generate true and false - wr...Enrico Granata2013-12-211-11/+18
* This patch does a couple of things. Jim Ingham2013-11-071-4/+4
* Huge change to clean up types.Greg Clayton2013-07-111-5/+4
* Fix various build warnings.Matt Kopec2013-06-031-1/+1
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-1/+1
* <rdar://problem/11669154>Enrico Granata2013-05-061-0/+14
* Don't crash when we have an element size of zero.Greg Clayton2013-03-261-10/+14
* The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and...Enrico Granata2013-03-191-2/+217
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* <rdar://problem/4529976>Enrico Granata2013-02-211-0/+285
OpenPOWER on IntegriCloud