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

<<11121314151617181920>>

  /external/chromium_org/v8/tools/gyp/
js2c.host.linux-arm.mk 22 $(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-debugger.js $(LOCAL_PATH)/v8/src/mirror-debugger.js $(LOCAL_PATH)/v8/src/liveedit-debugger.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-debugger.js ../../src/mirror-debugger.js ../../src/liveedit-debugger.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
js2c.host.linux-mips.mk 22 $(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-debugger.js $(LOCAL_PATH)/v8/src/mirror-debugger.js $(LOCAL_PATH)/v8/src/liveedit-debugger.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-debugger.js ../../src/mirror-debugger.js ../../src/liveedit-debugger.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
js2c.host.linux-x86.mk 22 $(gyp_shared_intermediate_dir)/libraries.cc: $(LOCAL_PATH)/v8/tools/js2c.py $(LOCAL_PATH)/v8/src/runtime.js $(LOCAL_PATH)/v8/src/v8natives.js $(LOCAL_PATH)/v8/src/array.js $(LOCAL_PATH)/v8/src/string.js $(LOCAL_PATH)/v8/src/uri.js $(LOCAL_PATH)/v8/src/math.js $(LOCAL_PATH)/v8/src/messages.js $(LOCAL_PATH)/v8/src/apinatives.js $(LOCAL_PATH)/v8/src/debug-debugger.js $(LOCAL_PATH)/v8/src/mirror-debugger.js $(LOCAL_PATH)/v8/src/liveedit-debugger.js $(LOCAL_PATH)/v8/src/date.js $(LOCAL_PATH)/v8/src/json.js $(LOCAL_PATH)/v8/src/regexp.js $(LOCAL_PATH)/v8/src/macros.py $(GYP_TARGET_DEPENDENCIES)
24 $(hide)cd $(gyp_local_path)/v8/tools/gyp; mkdir -p $(gyp_shared_intermediate_dir); python ../../tools/js2c.py "$(gyp_shared_intermediate_dir)/libraries.cc" CORE off ../../src/runtime.js ../../src/v8natives.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/messages.js ../../src/apinatives.js ../../src/debug-debugger.js ../../src/mirror-debugger.js ../../src/liveedit-debugger.js ../../src/date.js ../../src/json.js ../../src/regexp.js ../../src/macros.py
  /dalvik/docs/
hello-world.html 45 <h2>Using a debugger</h2>
48 You can debug stand-alone applications with any JDWP-compliant debugger.
56 This tells the VM to wait for a debugger to connect to it on TCP port 8000.
61 and then connect to it with your favorite debugger (using <code>jdb</code>
66 When the debugger attaches, the VM will be in a suspended state. You can
85 be available in DDMS. It's strictly a debugger pass-through in this mode.
87 See <a href="debugger.html">Dalvik Debugger Support</a> for more information
  /external/chromium/chrome/browser/debugger/
devtools_window.h 12 #include "chrome/browser/debugger/devtools_client_host.h"
13 #include "chrome/browser/debugger/devtools_toggle_action.h"
  /external/chromium/net/disk_cache/
trace.cc 50 // must be straightforward to access the buffer from the debugger.
110 // Writes the last num_traces to the debugger output.
  /external/chromium_org/base/test/
test_timeouts.cc 8 #include "base/debug/debugger.h"
79 "Detected presence of a debugger, running without test timeouts.\n");
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 35 def __lldb_init_module(debugger, dict):
36 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFString_SummaryProvider WTF::String')
37 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFStringImpl_SummaryProvider WTF::StringImpl')
38 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFAtomicString_SummaryProvider WTF::AtomicString')
39 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFVector_SummaryProvider -x "WTF::Vector<.+>$"')
40 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFHashTable_SummaryProvider -x "WTF::HashTable<.+>$"')
41 debugger.HandleCommand('type synthetic add -x "WTF::Vector<.+>$" --python-class lldb_webkit.WTFVectorProvider')
42 debugger.HandleCommand('type synthetic add -x "WTF::HashTable<.+>$" --python-class lldb_webkit.WTFHashTableProvider')
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h 103 * Activate the compilation of the debugger support. Speed penalty
105 * On by default unless --without-debugger is passed to configure
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 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-stepin-constructor.js 55 debugger;
69 debugger;
debug-stepnext-do-while.js 39 assertEquals(' debugger;',
69 debugger;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-131994.js 31 // variable is correctly resolved when being evaluated in the debugger.
61 debugger; // Break.
regress-crbug-222893.js 51 debugger; // Arguments object is already materialized.
59 debugger; // Arguments object is not yet materialized.
  /external/libxslt/libxslt/
xsltconfig.h 103 * Activate the compilation of the debugger support. Speed penalty
105 * On by default unless --without-debugger is passed to configure
  /external/v8/test/mjsunit/
debug-stepin-constructor.js 55 debugger;
69 debugger;
debug-stepnext-do-while.js 39 assertEquals(' debugger;',
69 debugger;
  /frameworks/wilhelm/src/
sync.c 52 // unsigned instanceMask = thiz->mEngine.mInstanceMask; // for debugger
59 unsigned combinedMask = changedMask /* | instanceMask for debugger */;
  /external/chromium_org/base/
bind_internal.h     [all...]
  /art/runtime/jdwp/
jdwp_event.cc 26 #include "debugger.h"
35 The event add/remove stuff usually happens from the debugger thread,
36 in response to requests from the debugger, but can also happen as the
46 We can have serialization issues when we post an event to the debugger.
48 myself" message to the debugger. Before it manages to suspend itself, the
49 debugger's response ("not interested, resume thread") arrives and is
52 This means that, after posting an event to the debugger, we need to wait
54 before processing any additional requests from the debugger. While doing
63 - Post the event to the debugger.
643 * Write the header into the buffer and send the packet off to the debugger
    [all...]
  /dalvik/vm/jdwp/
JdwpSocket.cpp 51 * We only talk to one debugger at a time.
55 int listenSock; /* listen for connection from debugger */
112 ALOGI("JDWP will wait for debugger on port %d", port);
266 * Returns "true" if we're connected to a debugger.
303 * Check to see if we have a pending connection from the debugger.
312 /* not expecting to be called when debugger is actively connected */
390 * Create a connection to a waiting debugger.
481 * Close the connection to the debugger.
624 ALOGE("Failed sending reply to debugger: %s", strerror(errno));
650 * connections if we already have a debugger attached. If we don't, th
    [all...]
JdwpHandler.h 36 * Process a request from the debugger.
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 38 // Not everyone wishes to include the debugger stuff in their final deployment because
41 // no debugger and no reliance on the socket librarires. If you set this flag, then using the -debug
43 // enough to realize that building the libraries without debugger support means you can't call the
44 // debugger ;-)
50 ANTLR3_PRINTF("C runtime was compiled without debugger support. This program will crash!!");
90 /// by ANTLRWorks and any other debugger via a socket.
197 /// a debugger.
249 // a debugger connects to the port we are listening on.
348 // (with a graceful close), 0. We can assume the the debugger stopped for some reason
354 ANTLR3_PRINTF("Exiting debugger as remote client closed the socket\n")
    [all...]
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cc 18 #include "debugger.h"
  /art/test/049-show-object/src/
Main.java 18 * Some basic operations for testing the debugger.

Completed in 3051 milliseconds

<<11121314151617181920>>