gdb python setup problem

Joel Brobecker brobecker@adacore.com
Wed Mar 17 21:52:00 GMT 2010


> To source a python script (e.g. '(gdb) source myscript.py'), you'll
> need GDB 7.1.

As a workaround, you can also use:

    (gdb) python execfile("toto.py")
    Hello world

-- 
Joel



More information about the Gdb mailing list