Fix truncated instructions for printers.py

... as noted by kp0987 on forum
This commit is contained in:
Jitse Niesen 2011-05-30 16:15:11 +01:00
parent 5b71d44e18
commit 9d6fdbced7

View File

@ -31,9 +31,15 @@
# To use it:
#
# * create a directory and put the file as well as an empty __init__.py in that directory
# * Create a directory and put the file as well as an empty __init__.py in
# that directory.
# * Create a ~/.gdbinit file, that contains the following:
# python
# import sys
# sys.path.insert(0, '/path/to/eigen/printer/directory')
# from printers import register_eigen_printers
# register_eigen_printers (None)
# end
import gdb
import re