authorgravatar for regp@gmail.comregp <regp@gmail.com> 2026-04-11 17:27:02+03:00
committergravatar for regp@gmail.comregp <regp@gmail.com> 2026-04-11 17:27:02+03:00
logb6aebc41177dec5d7dddcc7594e5435d54f17963
tree70ddb523815b1c64e3795c0df6a942e7185786f2
parent8d42a86fb316d3ad369ca0d4d6d1a77d0e45b737

tools: fix outdated filename in std_gdb_pretty_printers.py comment


1 files changed, 1 insertions(+), 1 deletions(-)

tools/std_gdb_pretty_printers.py+1-1
......@@ -1,5 +1,5 @@
11# pretty printing for the standard library.
2# put "source /path/to/stage2_gdb_pretty_printers.py" in ~/.gdbinit to load it automatically.
2# put "source /path/to/std_gdb_pretty_printers.py" in ~/.gdbinit to load it automatically.
33import re
44import gdb.printing
55