/external/webkit/Source/WebKit/ |
CMakeLists.txt | 40 "${JAVASCRIPTCORE_DIR}/debugger"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmptyLaunchAction.java | 41 // return false so launch controller will not wait for debugger to attach
|
IAndroidLaunchAction.java | 33 * @returns true if launch was successfully, and controller should wait for debugger to attach
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/ |
plugin.properties | 18 extension-point.name.Debugger_Connector = Debugger Connector
|
/system/core/include/cutils/ |
misc.h | 31 /* Connects your process to the system debugger daemon
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSGlobalObject.h | 41 class Debugger; 107 Debugger* m_debugger; 216 Debugger* debugger() const { return m_debugger; } function in class:JSC::JSGlobalObject 217 void setDebugger(Debugger* debugger) { m_debugger = debugger; }
|
Executable.cpp | 105 RefPtr<EvalNode> evalNode = globalData->parser->parse<EvalNode>(lexicalGlobalObject, lexicalGlobalObject->debugger(), exec, m_source, 0, isStrictMode() ? JSParseStrict : JSParseNormal, &exception); 150 RefPtr<ProgramNode> programNode = globalData->parser->parse<ProgramNode>(lexicalGlobalObject, lexicalGlobalObject->debugger(), exec, m_source, 0, JSParseNormal, &exception); 164 RefPtr<ProgramNode> programNode = globalData->parser->parse<ProgramNode>(lexicalGlobalObject, lexicalGlobalObject->debugger(), exec, m_source, 0, isStrictMode() ? JSParseStrict : JSParseNormal, &exception); 345 FunctionExecutable* FunctionExecutable::fromGlobalCode(const Identifier& functionName, ExecState* exec, Debugger* debugger, const SourceCode& source, JSObject** exception) 348 RefPtr<ProgramNode> program = exec->globalData().parser->parse<ProgramNode>(lexicalGlobalObject, debugger, exec, source, 0, JSParseNormal, exception);
|
/external/chromium/chrome/browser/extensions/ |
extension_debugger_api.cc | 5 // Implements the Chrome Extensions Debugger API. 17 #include "chrome/browser/debugger/devtools_client_host.h" 18 #include "chrome/browser/debugger/devtools_manager.h" 118 // Detach from debugger when extension unloads. 122 // Attach to debugger and tell it we are ready.
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
GDBJITRegistrar.cpp | 47 // It is expected that a debugger (plugin) sets this 61 // debugger reads. Make sure to specify the version statically, because the 62 // debugger checks the version before we can set it during runtime. 103 /// Deregister the debug info for the given object file from the debugger 157 assert(Object && "Attempt to register a null object with a debugger.");
|
/dalvik/docs/ |
debugmon.html | 97 between a VM and a debugger). To a 98 non-DDM client, the DDM server just looks like a debugger. 105 events do not elicit a response from the debugger, meaning the client 109 from the debugger side include a serial number, which the VM includes 112 debugger traffic. 117 <li>The VM only expects one connection from a debugger, so you couldn't 118 attach the monitor and a debugger at the same time. This will be 119 worked around by connecting the debugger to the monitor and passing the 124 <li>The VM behaves differently when a debugger is attached. It will 125 run more slowly, and any objects passed to the monitor or debugger ar [all...] |
/dalvik/vm/jdwp/ |
JdwpAdb.cpp | 38 * a given JDWP debugger, that can be used to read the usual 129 * directly with a debugger or DDMS. 180 * Block forever, waiting for a debugger to connect to us. Called from the 291 * Connect out to a debugger (for server=n). Not required. 299 * Close a connection from a debugger (which may have already dropped us). 369 * Is a debugger connected to us? 466 ALOGE("Failed sending reply to debugger: %s", strerror(errno)); 492 * connections if we already have a debugger attached. If we don't, the 493 * debugger will just mysteriously hang until it times out. We could just 576 ALOGI("Ignoring second debugger -- accepting and dropping") [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3commontreeadaptor.c | 57 static void setDebugEventListener (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger); 177 ANTLR3_TREE_ADAPTORDebugNew(pANTLR3_STRING_FACTORY strFactory, pANTLR3_DEBUG_EVENT_LISTENER debugger) 189 antlr3BaseTreeAdaptorInit(ta, debugger); 202 setDebugEventListener (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger) 206 antlr3BaseTreeAdaptorInit(adaptor, debugger); 277 adaptor->debugger->createNode(adaptor->debugger, ct); 415 adaptor->debugger->setTokenBoundaries(adaptor->debugger, t, startToken->getTokenIndex(startToken), stopToken->getTokenIndex(stopToken));
|
/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...] |
/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/grub/stage2/ |
freebsd.h | 28 #define RB_KDB 0x40 /* give control to kernel debugger */ 36 #define RB_GDB 0x8000 /* use GDB remote debugger instead of DDB */
|
/external/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
|