summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTypeSummary.cpp
AgeCommit message (Expand)Author
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu
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-01-17[lldb] Replace deprecated `std::unique_ptr::unique()` to silence a warning wi...Alexandre Ganea
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-10[lldb] Remove LLDB_RECORD_DUMMY_* macrosJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath
2020-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-29Add an 'internal' kind of summary to support one-off subclasses of TypeSummar...Enrico Granata
2015-10-27Minor cleanup of SBTypeSummary::CreateWithCallback to take an optional descri...Enrico Granata
2015-10-23Fixed a typo in r251080.Sean Callanan
2015-10-23Summary provider for char.Dawn Perchik
2015-10-16Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata
2015-10-16Fix build with python disabled after r249597Keno Fischer
2015-10-07[lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik
2015-08-27Switch data formatters over to using std::function for their callbacks instea...Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-11-06Introduce the notion of "type summary options" as flags that can be passed do...Enrico Granata
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-09-04<rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata
2012-02-21Patch Enrico's changes from r150558 on 2012-02-14 to build even if PythonJason Molenda
2012-02-15<rdar://problem/10062621>Enrico Granata