Skip to content

Build with python to enable pretty print in gdb

Adam Jones requested to merge adamjones/pretty-print into master

part of #764 (closed)

gdb output with python3:

gdb -q -ex 'info pretty-printer' -ex quit
global pretty-printers:
  builtin
    mpx_bound128
Edited by Adam Jones

Merge request reports