About 773,000 results
Open links in new tab
  1. Pretty Printing API (Debugging with GDB) - sourceware.org

    A pretty-printer is just an object that holds a value and implements a specific interface, defined here. An example output is provided (see Pretty Printing). Because GDB did not document …

  2. 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. …

  3. Debugging with pretty printers in GDB – part 3 - Undo

    In this tutorial, Software Architect Mark Williamson follows on from our previous tutorial on advanced pretty-printers for GDB, showing how to configure and control the behaviour of your …

  4. Pretty Printing API - Debugging with GDB - DESY

    Otherwise, if this method returns an instance of gdb.Value, then gdb prints this value. This may result in a call to another pretty-printer. If instead the method returns a Python value which is …

  5. 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 …

  6. Pretty Printing API (Debugging with ROCGDB) - AMD

    Pretty Printing API (Debugging with ROCGDB)Indicate that the object being printed is “string-like”. If the printer’s to_string method returns a Python string of some kind, then ROCGDB will call …

  7. Gdb's Pretty Print feature · epasveer/seer Wiki · GitHub

    The problem is gdb doesn't load the pretty printer for C++ stdcxx automatically. So when I use Seer to debug code with std::string and std::vector, they appear as the full ugly templated …

  8. Debugging with GDB: Guile Pretty Printing API

    Debugging with GDB: Guile Pretty Printing API23.3.3.8 Guile Pretty Printing API An example output is provided (see Pretty Printing). A pretty-printer is represented by an object of type …