summaryrefslogtreecommitdiff
path: root/llvm/utils/gdb-scripts
AgeCommit message (Expand)Author
2025-04-14Remove debugger pretty printers for llvm::Optional (#135235)Aaron Puchert
2024-06-19Fix gdb pretty printers for libSupportDavid Blaikie
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta
2022-07-12Update Optional gdb pretty printer for 556bcc782101804b2d168a6868ddf06b963a4878David Blaikie
2022-06-24[gdb-scripts] Fix PointerIntPairPrinter.to_string after D127969Fangrui Song
2022-06-21[gdb-scripts] Add to_string methods to printer implementationsKrzysztof Drewniak
2021-11-05Add some support for pretty printing Twines containing std::string in gdbDavid Blaikie
2021-11-04Fix some issues with the gdb pretty printers for llvm::TwineDavid Blaikie
2021-10-25llvm pretty printers: Fix StringRef and workaround StringMap in Python 2David Blaikie
2021-01-22Avoid fragile type lookups in GDB pretty printerMoritz Sichert
2020-11-18Added GDB pretty printer for StringMapMoritz Sichert
2020-03-11Change to individual pretty printer classes, remove generic `make_printer`.Christian Sigg
2020-01-30Add GDB pretty printers for llvm::ilist, llvm::simple_ilist, and llvm::ilist_...Christian Sigg
2020-01-27Add pretty printers for llvm::PointerIntPair and llvm::PointerUnion.Christian Sigg
2020-01-09Add gdb pretty printer for MutableArrayRef, remove ConstArrayRef.Christian Sigg
2019-05-28Fix GDB pretty printer for Optional after r354246David Blaikie
2019-01-03Python compat - iterator protocolSerge Guelton
2019-01-03Python compat - print statementSerge Guelton
2018-07-23[gdb] Fix SmallVector pretty printer after r337514Fangrui Song
2018-07-09[Utils] Fix gdb pretty printers to work with Python 3.Philip Pfaffe
2018-06-26[gdb] Escape unprintable bytes in SmallString and StringRefFangrui Song
2018-06-25[gdb] Add pretty printer for ExpectedFangrui Song
2018-06-22[gdb] Use Latin-1 to decode StringRefFangrui Song
2018-06-21[gdb] Update llvm::OptionalFangrui Song
2017-06-04Make the Twine pretty-printer work with GDB 7.11David Blaikie
2017-03-15Add GDB pretty-printer for llvm::Twine typeDavid Blaikie
2016-12-16GDB pretty printers: Basic DenseMap supportDavid Blaikie
2016-12-16GDB pretty printer for llvm::OptionalDavid Blaikie
2016-08-05Fix gdb pretty printers to work with Python 3.Igor Kudrin
2016-06-01Reference gdb python type printer scripts from SmallString, SmallVector, Arra...David Blaikie