summaryrefslogtreecommitdiff
path: root/llvm/utils/lldbDataFormatters.py
AgeCommit message (Expand)Author
2025-06-12[llvm][utils] Add synthetic provider for llvm::DenseSet (#143631)Dave Lee
2025-04-14Remove debugger pretty printers for llvm::Optional (#135235)Aaron Puchert
2024-12-05[lldb] Add synthetic formatter for llvm::Expected (#118758)Dave Lee
2024-02-21Make lldbDataFormatters.py compatible with Python 3.8 (#82518)Alexander Richardson
2024-01-18[llvm][utils] Fix SmallString summary provider (#78527)Dave Lee
2023-09-06[lldb] Allow lldbDataFormatters.py to be used by other names (NFC) (#65528)Dave Lee
2023-08-15[llvm][utils] Fix SmallVector formatter when type is a pointerMichael Buch
2023-07-20[llvm][utils] Use literal type name for non-template data formatters (NFC)Dave Lee
2023-07-19[llvm][utils] Add DenseMap data formattersDave Lee
2023-07-13[llvm][utils] Disable lldb formatters for PointerIntPair and PointerUnionDave Lee
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta
2022-08-22[llvm][utils] Make lldb data formatters show both summaries and childrenDave Lee
2022-03-21[lldb] Fix llvm::Optional summary providerDave Lee
2022-01-27[LLDB] Add formatters for PointerIntPair, PointerUnionSergej Jaskiewicz
2021-03-29[llvm][utils] Fix handling of llvm::NoneDave Lee
2021-02-26[llvm][utils] Fix innocuous off by one in lldb formattersDave Lee
2021-02-26[llvm][utils] Rename lldb dict variables to internal_dictDave Lee
2021-02-26[llvm][utils] Support dereferencing llvm::Optional lldb formatterDave Lee
2020-08-26Bring llvm::Optional data formatter back in sync with the implementation.Adrian Prantl
2020-02-25Fix a null dereference in the LLDB data formatters.Adrian Prantl
2019-08-16Add LLDB dataformatters for llvm::StringRef and lldb_private::ConstStringAdrian Prantl
2019-04-25[utils] Add a lldb data formatter for llvm::SmallString.Davide Italiano
2018-11-06[utils] Update SmallVector lldb formatter for r337514Justin Bogner
2018-07-23[utils] Fix the llvm::Optional data formatterVedant Kumar
2015-02-20utils: Teach lldbDataFormatters about llvm::OptionalJustin Bogner
2014-09-11utils: Teach lldbDataFormatters how to format ArrayRefsJustin Bogner
2014-05-28utils: Teach lldbDataFormatters to load automaticallyJustin Bogner
2012-11-10Simplify the SmallVector pretty printer for LLDB a bit and make it work with ...Benjamin Kramer
2012-01-17Add an LLDB data formatter script for llvm::SmallVector, maybe this is helpfu...Benjamin Kramer