Lines Matching defs:print
1 # Verify that gdb can pretty-print the various PyObject* types
116 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print(sys.version_info)")
132 stdout, _ = run_gdb("--eval-command=python print(dir(gdb.Frame))")
172 # avoid repeated print breakpoints when traversing hierarchical data
182 # therefore we need to use 'set print address off' to
187 'set print address off',
198 commands += ['set print entry-values no']
211 # print commands
233 print(line, file=sys.stderr)
368 'python import locale; print(locale.getpreferredencoding())')
518 # gdb managed to print the value in spite of the corruption;
681 cmds_after_breakpoint=['print (PyFrameObject*)v']
988 'Verify that the "py-print" command works'
990 cmds_after_breakpoint=['py-up', 'py-print args'])
999 cmds_after_breakpoint=['py-up', 'py-up', 'py-print c', 'py-print b', 'py-print a'])
1007 cmds_after_breakpoint=['py-up', 'py-print __name__'])
1015 cmds_after_breakpoint=['py-up', 'py-print len'])
1046 print("GDB version %s.%s:" % (gdb_major_version, gdb_minor_version))
1048 print(" " * 4 + line)