You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue in `libcxx/utils/gdb/libcxx/printers.py`.
With gdb 17 (binutils 2_44) pretty-printers do not work anymore because calls to `gdb.printing` require `import gdb.printing` statement, which was missing from the printers.py
Broken after commit bminor/binutils-gdb@fc14343,
and `importgdb.printing` was first referenced in bminor/binutils-gdb@ee06c79
0 commit comments