/external/libchrome/base/debug/ |
debugger_unittest.cc | 5 #include "base/debug/debugger.h" 29 TEST(Debugger, CrashAtBreakpoint) { 34 TEST(Debugger, DoesntExecuteBeyondBreakpoint) { 41 TEST(Debugger, NoTest) {
|
/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/vixl/examples/ |
debugger.cc | 36 // The aim is to let the user "play" with the debugger. Brk will trigger the 37 // debugger shell. 54 // Create and initialize the assembler and the debugger. 58 Debugger debugger(&decoder); 67 debugger.RunFrom(masm.GetLabelAddress<Instruction*>(&start)); 68 printf("Debugger example run\n");
|
/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/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/ |
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...] |
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"
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
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...] |
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"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
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...] |
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"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
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...] |
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"
|
/external/v8/src/ |
messages.h | 79 T(Debugger, "Debugger: %") \ 80 T(DebuggerLoading, "Error loading debugger") \ 117 T(DebuggerFrame, "Debugger: Invalid frame index.") \ 118 T(DebuggerType, "Debugger: Parameters have wrong types.") \ [all...] |
/external/vixl/test/examples/ |
test-examples.cc | 28 #include "vixl/a64/debugger-a64.h" 175 Debugger simulator(&decoder); \
|
/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 | |