| author | |
| committer | |
| log | b6aebc41177dec5d7dddcc7594e5435d54f17963 |
| tree | 70ddb523815b1c64e3795c0df6a942e7185786f2 |
| parent | 8d42a86fb316d3ad369ca0d4d6d1a77d0e45b737 |
1 files changed, 1 insertions(+), 1 deletions(-)
tools/std_gdb_pretty_printers.py+1-1| ... | @@ -1,5 +1,5 @@ | ... | @@ -1,5 +1,5 @@ |
| 1 | # pretty printing for the standard library. | 1 | # 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. |
| 3 | import re | 3 | import re |
| 4 | import gdb.printing | 4 | import gdb.printing |
| 5 | 5 |