summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Refine call to decl printing helper (NFC)Dave Lee2023-05-151-1/+6
* Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya2023-05-011-11/+0
* Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya2023-05-011-0/+11
* [lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya2023-05-011-11/+0
* [lldb] Show register fields using bitfield struct typesDavid Spickett2023-04-132-2/+17
* [lldb] Change formatter helper function parameter list to remove ConstStringAlex Langford2023-04-122-42/+30
* [lldb] Replace sprintf with snprintf (NFC)Dave Lee2023-03-301-4/+4
* [lldb] Fix value printing for a specific caseDave Lee2023-03-281-4/+7
* [lldb] Add ability to hide the root name of a valueDave Lee2023-03-242-10/+28
* [lldb][CMake] Enforce not linking against plugin libs in core libsAlex Langford2023-03-211-1/+1
* Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata"Jason Molenda2023-03-021-7/+0
* Add SBValue::GetValueAsAddress API for removing non-addressing metadataJason Molenda2023-03-021-0/+7
* An SBValue whose underlying ValueObject has no valid value, but doesJim Ingham2023-02-281-0/+12
* [lldb] Make persisting result variables configurableDave Lee2023-02-171-1/+3
* [lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-072-4/+4
* [lldb] Add #include <optional> (NFC)Kazu Hirata2023-01-072-0/+2
* Make CompilerType safeAdrian Prantl2022-11-161-3/+6
* [lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya2022-10-194-24/+27
* [NFCI] More TypeCategoryImpl refactoring.Jorge Gorbe Moya2022-10-103-106/+68
* [NFCI] Refactor FormatterContainerPair into TieredFormatterContainer.Jorge Gorbe Moya2022-09-271-118/+35
* [NFCI] Clean up enum FormatCategoryItem.Jorge Gorbe Moya2022-09-202-81/+38
* [lldb] Use std::size instead of llvm::array_lengthofJoe Loser2022-09-081-1/+1
* Move FormattersMatchCandidate flags to a struct.Jorge Gorbe Moya2022-08-091-39/+23
* [lldb] Add setting for max depth of value object printing (NFC)Dave Lee2022-05-032-3/+17
* [lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere2022-04-052-3/+4
* [lldb] Remove usages of case-insensitive c-string functionsPavel Labath2022-03-291-4/+4
* [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour2022-03-141-5/+4
* [lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath2022-02-032-4/+3
* [lldb] Convert "LLDB" log channel to the new APIPavel Labath2022-02-022-3/+3
* Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer2022-01-261-1/+1
* Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille2022-01-261-1/+1
* [lldb] Remove summary for signed char *Pavel Labath2022-01-061-1/+1
* [lldb] Summary provider for char flexible array membersPavel Labath2021-12-201-6/+2
* [lldb] Fix matchers for char array formattersPavel Labath2021-12-171-1/+4
* Set a default number of address bits on Darwin arm64 systemsJason Molenda2021-12-091-2/+29
* [lldb] (Partially) enable formatting of utf strings before the program is sta...Pavel Labath2021-11-182-13/+16
* [lldb/Formatters] Remove space from vector type string summaries (NFCI)Med Ismail Bennani2021-10-221-6/+3
* Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-211-1/+3
* [lldb] Make char[N] formatters respect the end of the array (PR44649)Pavel Labath2021-10-111-1/+1
* [nfc] [lldb] Prevent needless copies of DataExtractorJan Kratochvil2021-08-041-4/+2
* [lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere2021-07-023-5/+5
* [lldb] Use C++11 default member initializersJonas Devlieghere2021-06-092-4/+2
* [lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann2021-05-261-1/+1
* [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType o...Raphael Isemann2021-02-231-1/+1
* [lldb][NFC] Don't inherit from UserID in ValueObjectRaphael Isemann2021-02-231-1/+1
* Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl2021-02-121-1/+1
* [lldb] Remove assumption from Clang-based data formatters that their types ar...Raphael Isemann2020-12-101-14/+2
* [lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere2020-11-121-17/+30
* [lldb][NFC] Remove FormatMapRaphael Isemann2020-07-231-1/+1
* Reland [lldb] Unify type name matching in FormattersContainer IIRaphael Isemann2020-07-232-7/+2