Lines Matching defs:sys
47 import sys
118 encoding = sys.getfilesystemencoding()
1008 sys.stdout.write(' %s\n' % FRAME_INFO_OPTIMIZED_OUT)
1193 sys.stdout.write(' %s\n' % FRAME_INFO_OPTIMIZED_OUT)
1198 sys.stdout.write(' File "%s", line %s, in %s\n'
1613 import sys
1614 sys.path.append('/home/david/coding/python-gdb')
1845 sys.stdout.write('#%i %s\n' % (self.get_index(), line))
1849 sys.stdout.write(' %s\n' % line.strip())
1853 sys.stdout.write('#%i (unable to read python frame information)\n' % self.get_index())
1859 sys.stdout.write('#%i %s\n' % (self.get_index(), info))
1861 sys.stdout.write('#%i\n' % self.get_index())
1872 sys.stdout.write(' %s\n' % line.strip())
1876 sys.stdout.write(' (unable to read python frame information)\n')
1882 sys.stdout.write(' %s\n' % info)
1884 sys.stdout.write(' (not a python frame)\n')
1947 sys.stdout.write('Unable to open %s: %s\n'
1960 sys.stdout.write('%4s %s' % (linestr, line))
2066 sys.stdout.write('Traceback (most recent call first):\n')
2131 sys.stdout.write('Locals for %s\n' % (pyop_frame.co_name.proxyval(set())))