profile
engineer . tinkerer . father

Andreas Heimberger

  • home
  • github
  • instagram
  • xing
  • linkedin
Built with Hugo

SystemC 2.3: GDB Pretty-Printer

This is a pretty printer implementation of System C-2.3. With the help of GDB pretty printers it is possible to tell GDB how to resolve the data structure to show the value of the object. Without pretty printers the complete structure of the object will be shown with no readable information. The implementation and instructions of how to use my implementation can be found here.

SystemC Eclipe After SystemC Eclipe Before SystemC Terminal

One image shows the Pretty-Printer running in GDB. The Pretty-Printer was enabled through the .gdbinit-File during start. The value of variable test13_3 is readable. The same result can be achieved within Eclipse. Ensure that the .gdbinit-file is loaded at the start-up.