[all-commits] [llvm/llvm-project] a53003: [libc++] Update GDB pretty-printer to work with GD...
kotborealis via All-commits
all-commits at lists.llvm.org
Thu Jun 12 08:51:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a53003fe23cb6c871e72d70ff2d3a075a7490da2
https://github.com/llvm/llvm-project/commit/a53003fe23cb6c871e72d70ff2d3a075a7490da2
Author: kotborealis <kotborealis at awooo.ru>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M libcxx/utils/gdb/libcxx/printers.py
Log Message:
-----------
[libc++] Update GDB pretty-printer to work with GDB 17 (#142106)
This patch fixes 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` requires `import gdb.printing` statement, which
was missing from the `printers.py`.
This was broken after commit https://github.com/bminor/binutils-gdb/commit/fc14343205d3a
and `import gdb.printing` was first referenced in https://github.com/bminor/binutils-gdb/commit/ee06c79b0f.
Co-authored-by: Dmitry Chestnykh <dm.chestnykh at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list