OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdbProxy
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py
13
| IdbAdapter |<--remote#call--|
IdbProxy
|
76
#----------called by an
IdbProxy
----------
183
IdbProxy
.
287
class
IdbProxy
:
295
##print "**
IdbProxy
.call %s %s %s" % (methodname, args, kwargs)
297
##print "**
IdbProxy
.call %s returns %r" % (methodname, value)
342
up the Idle side of the split debugger by instantiating the
IdbProxy
,
349
Idle debugger GUI to the subprocess debugger via the
IdbProxy
.
356
idb_proxy =
IdbProxy
(rpcclt, pyshell, idb_adap_oid)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py
13
| IdbAdapter |<--remote#call--|
IdbProxy
|
76
#----------called by an
IdbProxy
----------
183
IdbProxy
.
287
class
IdbProxy
:
295
##print "**
IdbProxy
.call %s %s %s" % (methodname, args, kwargs)
297
##print "**
IdbProxy
.call %s returns %r" % (methodname, value)
342
up the Idle side of the split debugger by instantiating the
IdbProxy
,
349
Idle debugger GUI to the subprocess debugger via the
IdbProxy
.
356
idb_proxy =
IdbProxy
(rpcclt, pyshell, idb_adap_oid)
Completed in 765 milliseconds