/external/chromium_org/v8/test/mjsunit/ |
debug-step-stub-callfunction.js | 50 debugger; 64 debugger; 77 debugger;
|
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger. 78 // Enter the debugger twice. 79 debugger; 80 debugger;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-109195.js | 44 debugger; 52 debugger; 60 debugger;
|
regress-1200351.js | 68 eval("for (-1==continue.toJSONProtocol, GetFunctionFor(break.call(NaN)), (!new RegExp).prototype.new Object()<<void) { debugger.__defineSetter__(null,function(){continue})>>>=GetFunctionFor(-1) }") 76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }") 88 eval("function X(x) { return new RegExp.shift().concat({debugger,continue}) }; X(return goto 0)") 96 eval("with ({ eval(Array(x)) : 1.call('a').superConstructor }) { debugger.lastIndex.toLocaleString() }") 112 eval("with ({ 1+debugger.valueOf() : continue.join().name() }) { parseInt(true)==undef.sort() }") 136 eval("x = return debugger.toObject()") 140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }") 180 eval("new {Number(debugger)}") 196 eval("for (new RegExp.join().className() in new Object().length()>>true.toObject()) { parseFloat(escape(debugger)) }") 200 eval("const x = new String(debugger).toJSONProtocol" [all...] |
/external/v8/src/ |
natives.h | 47 // Number of debugger implementation scripts. 50 // These are used to access built-in scripts. The debugger implementation 52 // non-debugger scripts have an index in the interval [GetDebuggerCount(),
|
/external/v8/test/mjsunit/ |
debug-step-stub-callfunction.js | 50 debugger; 64 debugger; 77 debugger;
|
/external/v8/test/mjsunit/regress/ |
regress-109195.js | 44 debugger; 52 debugger; 60 debugger;
|
regress-1200351.js | 68 eval("for (-1==continue.toJSONProtocol, GetFunctionFor(break.call(NaN)), (!new RegExp).prototype.new Object()<<void) { debugger.__defineSetter__(null,function(){continue})>>>=GetFunctionFor(-1) }") 76 eval("let (debugger.constructor.valueOf()) { this.sort().true.splice() }") 88 eval("function X(x) { return new RegExp.shift().concat({debugger,continue}) }; X(return goto 0)") 96 eval("with ({ eval(Array(x)) : 1.call('a').superConstructor }) { debugger.lastIndex.toLocaleString() }") 112 eval("with ({ 1+debugger.valueOf() : continue.join().name() }) { parseInt(true)==undef.sort() }") 136 eval("x = return debugger.toObject()") 140 eval("switch (-1.length+new Object().prototype.name) { case (debugger.constructor.sort()): IsPrimitive(undef.__defineSetter__(undef,function(){native})); break; }") 180 eval("new {Number(debugger)}") 196 eval("for (new RegExp.join().className() in new Object().length()>>true.toObject()) { parseFloat(escape(debugger)) }") 200 eval("const x = new String(debugger).toJSONProtocol" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
PowerPlant.py | 67 'LowLevelDebugger' : '\x00\x00\x00\x02', # Break into the low level debugger (MacsBug). 68 'SourceDebugger' : '\x00\x00\x00\x03', # Break into the source level debugger (if source debugger is executing).
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDebuggerAgent.cpp | 51 using WebCore::TypeBuilder::Debugger::FunctionDetails; 52 using WebCore::TypeBuilder::Debugger::ScriptId; 95 : InspectorBaseAgent<InspectorDebuggerAgent>("Debugger", instrumentingAgents, inspectorState) 190 m_frontend = frontend->debugger(); 226 breakProgram(InspectorFrontend::Debugger::Reason::Assert, 0); 261 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString* errorString, int lineNumber, const String* const optionalURL, const String* const optionalURLRegex, const int* const optionalColumnNumber, const String* const optionalCondition, const bool* isAntiBreakpoint, TypeBuilder::Debugger::BreakpointId* outBreakpointId, RefPtr<TypeBuilder::Array<TypeBuilder::Debugger::Location> >& locations) 263 locations = Array<TypeBuilder::Debugger::Location>::create(); 300 RefPtr<TypeBuilder::Debugger::Location> location = resolveBreakpoint(breakpointId, it->key, breakpoint, UserBreakpointSource); 320 void InspectorDebuggerAgent::setBreakpoint(ErrorString* errorString, const RefPtr<JSONObject>& location, const String* const optionalCondition, TypeBuilder::Debugger::BreakpointId* outBreakpointId, RefPtr<TypeBuilder::Debugger::Location>& actualLocation [all...] |
/external/llvm/docs/ |
Bugpoint.rst | 35 Automatic Debugger Selection 42 causes the verifier to abort), ``bugpoint`` starts the `crash debugger`_. 48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on 51 failure, and starts the `code generator debugger`_. 57 `miscompilation debugger`_. Otherwise, there is no problem ``bugpoint`` can 60 .. _crash debugger: 62 Crash debugger 81 .. _code generator debugger: 83 Code generator debugger 86 The code generator debugger attempts to narrow down the amount of code that i [all...] |
/dalvik/tests/049-show-object/src/ |
Main.java | 4 * Some basic operations for testing the debugger.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
changes31.dox | 27 /// \section debugger ANTLRWorks Debugger 29 /// The ANTLRWorks debugger is now fully supported by this version of the runtime. It 36 /// but is in fact waiting on a local TCP socket connection from the ANTLRWorks debugger. As the
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3basetreeadaptor.c | 80 antlr3BaseTreeAdaptorInit(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_DEBUG_EVENT_LISTENER debugger) 84 if (debugger == NULL) 125 debugger->adaptor = adaptor; 452 adaptor->debugger->createNode (adaptor->debugger, t); 497 /// to the debugger. 508 adaptor->debugger->createNode(adaptor->debugger, tree); 515 adaptor->debugger->addChild(adaptor->debugger, tree, child) [all...] |
/external/chromium/base/allocator/ |
win_allocator.cc | 21 // And under the debugger, it won't use LFH. So we
|
/external/chromium/chrome/browser/debugger/ |
browser_list_tabcontents_provider.cc | 5 #include "chrome/browser/debugger/browser_list_tabcontents_provider.h"
|
/external/chromium/chrome/browser/sync/util/ |
dbgq.h | 11 // A circular queue that is designed to be easily inspectable in a debugger. It
|
/external/chromium_org/base/debug/ |
debugger.cc | 5 #include "base/debug/debugger.h"
|
/external/chromium_org/chrome/test/ext_auto/auto_provider/ |
manifest.json | 32 "debugger",
|
/external/chromium_org/content/browser/android/ |
android_browser_process.cc | 8 #include "base/debug/debugger.h"
|
/external/chromium_org/ppapi/tests/ |
test_empty.cc | 10 // This is needed when the NaCl module is launched under the debugger and
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-execution-while-paused.html | 12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=20284">Bug 20284: JavaScript can be executed even though debugger is running and at a break point</a>.</p>
|
/external/chromium_org/third_party/skia/gyp/ |
most.gyp | 4 # - debugger: this requires QT to build
|
/external/qemu-pc-bios/bochs/bios/ |
makesym.perl | 6 # table suitable for the Bochs debugger.
|
/external/skia/gyp/ |
most.gyp | 4 # - debugger: this requires QT to build
|