summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/TypeSummary.cpp
AgeCommit message (Expand)Author
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu
2025-02-21[lldb] Fix GCC's `-Wreturn-type` warnings (#127974)foxtran
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-29Fix TestDataFormatterScript for Linux.Chaoren Lin
2016-01-29Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata
2015-10-20Rationalization of includes in the data formatters codeEnrico Granata
2015-10-16Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata
2015-10-16Fix build with python disabled after r249597Keno Fischer
2015-08-27Switch data formatters over to using std::function for their callbacks instea...Enrico Granata
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-11-22Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata
2014-11-06This is a large, but clearical, commit that enables the C++ formatters to tak...Enrico Granata
2014-11-06Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata
2014-04-23Allow summary formatters to take ValueObjects into account when deciding whet...Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-04<rdar://problem/12042982>Enrico Granata
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2013-02-22If we crash while making a Python summary, the crash info will tell us more a...Enrico Granata
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec
2013-01-28<rdar://problem/12978143>Enrico Granata