vuvova / gdb-tools

Various tools to improve the gdb experience
BSD 3-Clause "New" or "Revised" License
123 stars 17 forks source link

Add support for python 2.6 #6

Closed spectrec closed 7 years ago

spectrec commented 7 years ago

I've got the following error using duel with python version 2.6.6:

(gdb) dl 1..2
DUEL.py 0.9.3, high level data exploration language. "dl" for help
zero length field name in format

Replacing {} ... {} with {0} ... {n} fixes this issue.