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

<<11121314151617181920>>

  /external/v8/samples/
lineprocessor.cc 29 // This controls whether this sample is compiled with debugger support.
32 // Note that V8 itself should be compiled with enabled debugger support
84 * When run with "-p" argument, the program starts V8 Debugger Agent and
85 * allows remote debugger to attach and debug JavaScript code.
88 * 1. Wait for remote debugger to attach
93 * debugger to attach.
96 * V8 Debugger Agent holds a connection with remote debugger, but it does
98 * is waiting for input, all requests from debugger get deferred until V8
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.cc 10 #include "chrome/browser/debugger/extension_ports_remote_service.h"
18 #include "chrome/browser/debugger/devtools_manager.h"
19 #include "chrome/browser/debugger/devtools_protocol_handler.h"
20 #include "chrome/browser/debugger/devtools_remote_message.h"
21 #include "chrome/browser/debugger/inspectable_tab_proxy.h"
93 // makes it more similar to the remote debugger protocol, which should
devtools_manager.h 13 #include "chrome/browser/debugger/devtools_client_host.h"
14 #include "chrome/browser/debugger/devtools_toggle_action.h"
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 41 import org.jivesoftware.smack.debugger.SmackDebugger;
178 protected SmackDebugger debugger = null;
181 * The Reader which is used for the {@see debugger}.
186 * The Writer which is used for the {@see debugger}.
752 * Initialize the {@link #debugger}. You can specify a customized {@link SmackDebugger}
764 if (debugger == null) {
765 // Detect the debugger class to use.
787 Class.forName("org.jivesoftware.smackx.debugger.EnhancedDebugger");
792 Class.forName("org.jivesoftware.smack.debugger.LiteDebugger");
799 // Create a new debugger instance. If an exception occurs then disable the debuggin
    [all...]
  /art/runtime/jdwp/
jdwp_socket.cc 43 * We only talk to one debugger at a time.
47 int listenSock; /* listen for connection from debugger */
94 LOG(INFO) << "JDWP will wait for debugger on port " << port;
259 * Create a connection to a waiting debugger.
340 * connections if we already have a debugger attached. If we don't, the
341 * debugger will just mysteriously hang until it times out. We could just
424 LOG(INFO) << "Ignoring second debugger -- accepting and dropping";
467 * the debugger, no matter who connects to whom.
  /dalvik/vm/interp/
InterpDefs.h 78 * Determine if the debugger or profiler is currently active.
87 * Determine if the jit, debugger or profiler is currently active. Used when
  /dalvik/vm/mterp/
NOTES.txt 7 suspension for garbage collection and the debugger. This typically
20 (A debugger can in theory cause the interpreter to advance one instruction
  /dalvik/vm/mterp/cstubs/
stubdefs.cpp 67 * when done. Further, debugger/profiler checks are handled
128 * While we're at it, see if a debugger has attached or the profiler has
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 87 /// send back to the debugger.
97 /// Wait for a connection from the debugger and initiate the
148 * triggered by both LA and LT calls. The debugger will want to know
150 * what token was seen at that depth. A remote debugger cannot look
162 * any backtrack), this informs the debugger that stream should be
181 * inform the debugger what line/charPos it is passing in the grammar.
185 * This should also allow breakpoints because the debugger can stop
284 /// Retrieve acknowledge response from the debugger. in fact this
antlr3parser.h 57 * for the generated code so it is easier on the eye (though not the debugger ;-).
66 /** A pointer to a function that installs a debugger object (it also
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugTreeNodeStream.m 32 - (id) initWithTreeNodeStream:(id<ANTLRTreeNodeStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger
36 [self setDebugListener:debugger];
  /external/chromium/base/threading/
platform_thread_win.cc 97 // The debugger needs to be around to catch the name in the exception. If
98 // there isn't a debugger, we are just needlessly throwing an exception.
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 10 #include "third_party/skia/src/utils/debugger/SkDebugCanvas.h"
11 #include "third_party/skia/src/utils/debugger/SkDrawCommand.h"
  /external/chromium_org/native_client_sdk/src/tools/
run.py 71 cmd = ['xterm', '-title', 'NaCl Debugger', '-e']
75 print 'Starting debugger: ' + ' '.join(cmd)
  /external/chromium_org/net/disk_cache/
trace.cc 60 // must be straightforward to access the buffer from the debugger.
143 // Writes the last num_traces to the debugger output.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
WorkerDebuggerAgent.cpp 66 // Process all queued debugger commands. It is safe to use m_workerGlobalScope here
79 const char* WorkerDebuggerAgent::debuggerTaskMode = "debugger";
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h.in 103 * Activate the compilation of the debugger support. Speed penalty
105 * On by default unless --without-debugger is passed to configure
  /external/chromium_org/v8/test/mjsunit/
debug-break-inline.js 32 // debugger is attached.
84 debugger;
debug-evaluate-const.js 51 debugger; // Break point.
110 // Run and compile before debugger is active.
debug-references.js 113 // Enter debugger causing the event listener to be called.
114 debugger;
debug-scripts-request.js 104 // Call debugger to invoke the debug event listener.
105 debugger;
debug-stepout-scope-part4.js 57 "debugger; ",
58 "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];
debug-stepout-scope-part5.js 56 var prefixes = [ "debugger; ",
57 "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];
debug-stepout-scope-part6.js 56 var prefixes = [ "debugger; ",
57 "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];
debug-stepout-scope-part7.js 56 var prefixes = [ "debugger; ",
57 "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];

Completed in 1705 milliseconds

<<11121314151617181920>>