HomeSort by relevance Sort by last modified time
    Searched defs:Debugger (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/harfbuzz_ng/src/
sample.py 36 class Debugger(object):
40 debugger = Debugger() variable
41 hb.buffer_set_message_func (buf, debugger.message, 1, 0)
  /external/vixl/src/vixl/a64/
debugger-a64.h 44 // Flags that represent the debugger state.
47 DBG_ACTIVE = 1 << 0, // The debugger is active.
48 DBG_BREAK = 1 << 1 // The debugger is at a breakpoint.
56 class Debugger : public Simulator {
58 explicit Debugger(Decoder* decoder, FILE* stream = stdout);
59 ~Debugger();
71 // Numbers of instructions to execute before the debugger shell is given
110 // Length of the biggest command line accepted by the debugger shell.
debugger-a64.cc 29 #include "vixl/a64/debugger-a64.h"
33 // List of commands supported by the debugger.
42 // Debugger command lines are broken up in token of different type to make
58 virtual uint8_t* ToAddress(Debugger* debugger) const = 0;
72 VIXL_NO_RETURN virtual uint8_t* ToAddress(Debugger* debugger) const {
73 USE(debugger);
90 virtual uint8_t* ToAddress(Debugger* debugger) const
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t059debug.py 13 class Debugger(threading.Thread):
15 super(Debugger, self).__init__()
78 debugger = Debugger(port)
79 debugger.start()
97 debugger.join()
98 return debugger
149 debugger = self.execParser(
154 self.assertTrue(debugger.success)
170 self.assertListEqual(debugger.events, expected
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 35 if prev_frame.f_code.co_filename.count('Debugger.py'):
36 # (that test will catch both Debugger.py and RemoteDebugger.py)
51 class Debugger:
77 # Clean up pyshell if user clicked debugger control close widget.
79 # toggled debugger from pyshell Debug menu)
81 # Now close the debugger control window....
313 "Load PyShellEditorWindow breakpoints into subprocess debugger"
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
PyShell.py 36 from idlelib import Debugger
143 try: # update the subprocess debugger
144 debug = self.flist.pyshell.interp.debugger
146 except: # but debugger may not be active right now....
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
212 # debugger is loaded) is updated during the save, the visible
451 # close only the subprocess debugger
455 # Only close subprocess debugger, don't unregister gui_adap!
483 # restart subprocess debugger
575 debugger = None variable in class:ModifiedInterpreter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 35 if prev_frame.f_code.co_filename.count('Debugger.py'):
36 # (that test will catch both Debugger.py and RemoteDebugger.py)
51 class Debugger:
77 # Clean up pyshell if user clicked debugger control close widget.
79 # toggled debugger from pyshell Debug menu)
81 # Now close the debugger control window....
313 "Load PyShellEditorWindow breakpoints into subprocess debugger"
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
PyShell.py 36 from idlelib import Debugger
143 try: # update the subprocess debugger
144 debug = self.flist.pyshell.interp.debugger
146 except: # but debugger may not be active right now....
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
212 # debugger is loaded) is updated during the save, the visible
451 # close only the subprocess debugger
455 # Only close subprocess debugger, don't unregister gui_adap!
483 # restart subprocess debugger
575 debugger = None variable in class:ModifiedInterpreter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 35 if prev_frame.f_code.co_filename.count('Debugger.py'):
36 # (that test will catch both Debugger.py and RemoteDebugger.py)
51 class Debugger:
77 # Clean up pyshell if user clicked debugger control close widget.
79 # toggled debugger from pyshell Debug menu)
81 # Now close the debugger control window....
313 "Load PyShellEditorWindow breakpoints into subprocess debugger"
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
PyShell.py 36 from idlelib import Debugger
143 try: # update the subprocess debugger
144 debug = self.flist.pyshell.interp.debugger
146 except: # but debugger may not be active right now....
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
212 # debugger is loaded) is updated during the save, the visible
451 # close only the subprocess debugger
455 # Only close subprocess debugger, don't unregister gui_adap!
483 # restart subprocess debugger
575 debugger = None variable in class:ModifiedInterpreter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 35 if prev_frame.f_code.co_filename.count('Debugger.py'):
36 # (that test will catch both Debugger.py and RemoteDebugger.py)
51 class Debugger:
77 # Clean up pyshell if user clicked debugger control close widget.
79 # toggled debugger from pyshell Debug menu)
81 # Now close the debugger control window....
313 "Load PyShellEditorWindow breakpoints into subprocess debugger"
RemoteDebugger.py 25 from idlelib import Debugger
177 """Start the debugger and its RPC link in the Python subprocess
179 Start the subprocess side of the split debugger and set up that side of the
180 RPC link by instantiating the GUIProxy, Idb debugger, and IdbAdapter
182 RPCServer to handle RPC requests from the split debugger GUI via the
187 idb = Debugger.Idb(gui_proxy)
339 """Start the subprocess debugger, initialize the debugger GUI and RPC link
341 Request the RPCServer start the Python subprocess debugger and link. Set
342 up the Idle side of the split debugger by instantiating the IdbProxy
    [all...]
PyShell.py 36 from idlelib import Debugger
143 try: # update the subprocess debugger
144 debug = self.flist.pyshell.interp.debugger
146 except: # but debugger may not be active right now....
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
212 # debugger is loaded) is updated during the save, the visible
451 # close only the subprocess debugger
455 # Only close subprocess debugger, don't unregister gui_adap!
483 # restart subprocess debugger
575 debugger = None variable in class:ModifiedInterpreter
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.1/
ddmlib-22.7.1.jar 

Completed in 294 milliseconds

1 2 3 4 5