We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Missing parentheses in call to 'print'
marko@fedora:~/tmp/watch_leaks (master) $ gdb -q --batch -ex 'set python print-stack full' -ex 'source watch_leaks.py' -ex 'watch_leaks 30 je_' -p 9634 [New LWP 9639] [New LWP 9638] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". 0x00007f4a272bab1d in poll () from /lib64/libc.so.6 File "watch_leaks.py", line 148 print "no allocations - no leaks" ^ SyntaxError: Missing parentheses in call to 'print' Undefined command: "watch_leaks". Try "help".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered: