]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: fix missing operator % on xmethod matcher output
authorPedro Silva <pedromsilva.git@gmail.com>
Mon, 11 Nov 2024 08:07:07 +0000 (08:07 +0000)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 11 Nov 2024 13:49:13 +0000 (08:49 -0500)
commit272eacf34fd07101995615dac971f07546fa79dd
treec2b3c5c5e568813d9320ca7e7623d2d0ea3ab75a
parent023e60ced0c850aa32ac4a948877d25592d44401
gdb: fix missing operator % on xmethod matcher output

Fixed missing operator % on xmethod matcher registration output and, as
suggested on bug 32532, converted both uses of operator % to str.format.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32352
Change-Id: Ic471516292c2f1d6d1284aaeaea3ec14421decb8
gdb/python/lib/gdb/xmethod.py