About 236,000 results
Open links in new tab
  1. Creating a GDB pretty printer from scratch | Heshan Padmasiri

    Jul 27, 2024 · Since a pretty printer determines what you see as the value of a variable when you are debugging if you want to change what you see then you can create your own pretty printer. Despite …

  2. Writing a Pretty-Printer (Debugging with GDB) - sourceware.org

    Writing a Pretty-Printer (Debugging with GDB)We recommend that you put your core pretty-printers into a Python package. If your pretty-printers are for use with a library, we further recommend embedding …

  3. Debugging with pretty-printers in GDB - Undo

    Make debugging easier with pretty-printers in GDB. You create a basic printer in minutes. Use time to your advantage.

  4. How to use the libc++ GDB pretty-printers | Braden++

    Aug 28, 2025 · How to use the libc++ GDB pretty-printers 2025-08-28 Last year I wrote an article about my attempt so far at a system for testing Natvis files automatically. Here, I wanted to write the …

  5. GitHub - Ma-XX-oN/gdb_pretty_printers

    GDB Pretty-Printer Framework Framework to make a cohesive, easy-to-use pretty printer for gdb. This uses synthetic nodes to group data together into static, raw, and other views making it easier to read …

  6. gdb.printing (Debugging with GDB) - sourceware.org

    A pretty-printer which handles printing of enum values. Unlike GDB ’s built-in enum printing, this printer attempts to work properly when there is some overlap between the enumeration constants. The …

  7. Creating a GDB pretty printer from scratch - Medium

    May 29, 2022 · Creating a GDB pretty printer from scratch GDB is a very popular debugging tool that is supported in many programming languages. Even if you are not using GDB directly chances are that …

  8. Visualizing boost::unordered_map in GDB, with pretty-printer ...

    Aug 16, 2024 · Visualizing boost::unordered_map in GDB, with pretty-printer customization points 2024-08-16 This article is about my experience implementing GDB pretty-printers for the Boost.Unordered …