This works :

(gdb) python print("123")
123
(gdb) 

Whereas this does not

(gdb) python print 123 
  File "<string>", line 1
    print 123
            ^
SyntaxError: invalid syntax
Error while executing Python code.
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1216660

Title:
  GDB is built without python support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1216660/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to