summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/TypeSummary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-10/+0
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-229/+163
* Fix TestDataFormatterScript for Linux.Chaoren Lin2016-01-291-5/+4
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-291-3/+17
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-201-10/+3
* Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata2015-10-161-8/+10
* Fix build with python disabled after r249597Keno Fischer2015-10-161-5/+0
* Switch data formatters over to using std::function for their callbacks instea...Enrico Granata2015-08-271-3/+3
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-8/+28
* Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata2014-11-221-0/+1
* This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata2014-11-061-4/+7
* Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata2014-11-061-0/+44
* Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata2014-04-231-10/+10
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+2
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-2/+2
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-2/+2
* <rdar://problem/12042982>Enrico Granata2013-10-041-47/+9
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-1/+1
* If we crash while making a Python summary, the crash info will tell us more a...Enrico Granata2013-02-221-0/+9
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+239
OpenPOWER on IntegriCloud