Petko Ditchev wrote: > (gdb) python print 123 > File "<string>", line 1 > print 123 > ^ > SyntaxError: invalid syntax > Error while executing Python code. I wonder if that gdb might have been build with Python 3. Does ldd `which gdb` show something like that? I don't think this is officially support by gdb (yet). Andre'