HomeSort by relevance Sort by last modified time
    Searched full:debugger (Results 576 - 600 of 1775) sorted by null

<<21222324252627282930>>

  /external/v8/tools/
js2c.py 324 debugger = filename.endswith('-debugger.js')
331 if debugger: id = id[:-9]
333 if debugger:
351 # Build debugger support functions
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 103 * Returns the time since the last known debugger activity.
105 * @return the time in milliseconds, or -1 if the debugger is not connected
111 * enabled, a debugger cannot be attached.
118 * Determines if a debugger is currently attached.
120 * @return true if (and only if) a debugger is connected
  /external/chromium_org/v8/src/
flag-definitions.h 450 "automatically set the debug break flag when debugger commands are "
613 DEFINE_bool(debugger, false, "Enable JavaScript debugger")
614 DEFINE_bool(remote_debugger, false, "Connect JavaScript debugger to the "
615 "debugger agent in another process")
616 DEFINE_bool(debugger_agent, false, "Enable debugger agent")
625 DEFINE_bool(debug_compile_events, false, "Enable debugger compile events")
627 "Enable debugger script collected events")
629 DEFINE_bool(debug_compile_events, true, "Enable debugger compile events")
631 "Enable debugger script collected events"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
673 debugger loop. If arguments were given, set them in sys.argv."""
718 print >>self.stdout, "ENTERING RECURSIVE DEBUGGER"
720 print >>self.stdout, "LEAVING RECURSIVE DEBUGGER"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 3 """A Python debugger."""
19 """Causes a debugger to be restarted for the debugged python program."""
673 debugger loop. If arguments were given, set them in sys.argv."""
718 print >>self.stdout, "ENTERING RECURSIVE DEBUGGER"
720 print >>self.stdout, "LEAVING RECURSIVE DEBUGGER"
    [all...]
  /dalvik/vm/
Init.cpp 157 " debugger"
321 * server: if "y", wait for debugger to attach; if "n", attach to debugger
322 * timeout: how long to wait for debugger to connect / listen
325 * onthrow=<exception-name>: connect to debugger when exception thrown
326 * onuncaught=y|n: connect to debugger when uncaught exception thrown
327 * launch=<command-line>: launch the debugger itself
    [all...]
  /art/jdwpspy/
Net.cpp 51 /* listen here for connection from debugger */
240 * Set up a socket to listen for connections from the debugger.
396 * Close the connections to the debugger and VM.
403 fprintf(stderr, "+++ closing connection to debugger\n");
633 fprintf(stderr, "+++ debugger sent huge message\n");
635 fprintf(stderr, "+++ debugger disconnected\n");
722 * We wait for a new connection from the debugger. When one arrives we
  /art/runtime/
thread_list.cc 25 #include "debugger.h"
301 VLOG(threads) << "Resume(" << *thread << ") starting..." << (for_debugger ? " (debugger)" : "");
369 // The debugger thread must not suspend itself due to debugger activity!
385 VLOG(threads) << *self << " self-suspending (debugger)";
398 // can happen if the debugger lets go while a SIGQUIT thread
408 VLOG(threads) << *self << " self-reviving (debugger)";
  /external/qemu-pc-bios/bochs/
config.h.in 70 // adds support for the GNU readline library in the debugger command
283 // BEGIN: OPTIONAL DEBUGGER SECTION
286 // native command line debugging environment. Typically, the debugger
300 // max file pathname size for debugger commands
307 // Make a call to command line debugger extensions. If set to 1,
309 // the command. If it does, than the debugger ignores the command.
313 // END: OPTIONAL DEBUGGER SECTION
945 // Support x86 hardware debugger registers and facilites.
947 // not the optional built-in debugger.
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 277 // If DEBUG_ENABLED was set to true AFTER the connection was created the debugger
279 if (config.isDebuggerEnabled() && debugger != null) {
280 debugger.userHasLogged(user);
322 // If DEBUG_ENABLED was set to true AFTER the connection was created the debugger
324 if (config.isDebuggerEnabled() && debugger != null) {
325 debugger.userHasLogged(user);
640 addPacketListener(debugger.getReaderListener(), null);
641 if (debugger.getWriterListener() != null) {
642 addPacketSendingListener(debugger.getWriterListener(), null);
    [all...]
  /dalvik/tests/etc/
push-and-run-test-jar 11 # --debug -- wait for debugger to attach
  /dalvik/vm/interp/
Interp.h 78 * Debugger support
  /dalvik/vm/jdwp/
JdwpHandler.cpp 18 * Handle messages from debugger.
22 * get away with it so long as the debugger isn't broken. We can
300 * Respond with the sizes of the basic debugger types.
316 * The debugger is politely asking to disconnect. We're good with that.
351 * The debugger wants the entire VM to exit.
358 ALOGW("Debugger is telling the VM to exit with code=%d", exitCode);
388 * Tell the debugger what we are capable of.
444 * Tell the debugger what we are capable of.
    [all...]
  /development/ndk/platforms/android-3/include/android/
log.h 114 * to inspect it, if a debugger is attached. This uses the FATAL priority.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 81 * This must be valid in order to use the ANTLRWorks debugger.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java 35 * debug events w/o interrupting the debugger. Just subclass the repeater
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.h 56 // hook for debugger support
  /external/bison/m4/
nocrash.m4 13 dnl action from a background debugger and to avoid core dumps.
  /external/chromium/base/threading/
platform_thread.h 70 // Sets the thread name visible to a debugger. This has no effect otherwise.
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h 18 #include "chrome/browser/debugger/devtools_remote.h"
  /external/chromium/chrome/browser/extensions/
extension_devtools_bridge.cc 12 #include "chrome/browser/debugger/devtools_manager.h"
  /external/chromium/chrome/browser/ui/cocoa/
framed_browser_window_unittest.mm 7 #include "base/debug/debugger.h"
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 77 // Break causes the debugger to stop executing, or the program to abort
  /external/chromium_org/base/threading/
platform_thread_linux.cc 56 // On linux we can get the thread names to show up in the debugger by setting
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 311 If we are using a debugger, limit to only one device.
314 wait_for_debugger: True if this run will use a debugger.
330 logging.warning('Debugger can not be sharded, using first available device')
348 wait_for_debugger: True if this test is using a debugger.

Completed in 1861 milliseconds

<<21222324252627282930>>