Lines Matching refs:proxy
20 process, we can generate a "proxy value" within the gdb process. For example,
23 generate a proxy value within the gdb process that is a list of bytes
306 # Default implementation: generate a proxy value and write its repr
406 Placeholder proxy to use when protecting against infinite recursion due to
909 proxy = self.proxyval(visited)
910 out.write("%s" % proxy)
1296 proxy = self.proxyval(visited)
1301 if "'" in proxy and not '"' in proxy:
1305 for byte in proxy:
1440 proxy = self.proxyval(visited)
1444 if "'" in proxy and '"' not in proxy:
1451 while i < len(proxy):
1452 ch = proxy[i]
1565 proxy = self.proxyval(visited)
1566 out.write(proxy)
1594 # Generate full proxy value then stringify it.