HomeSort by relevance Sort by last modified time
    Searched refs:Debug (Results 76 - 100 of 687) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
function-source.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
42 assertEquals(Debug.scriptSource(f), Debug.scriptSource(h))
    [all...]
debug-event-listener.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple function which stores the last debug event.
35 if (event == Debug.DebugEvent.Break ||
36 event == Debug.DebugEvent.Exception
    [all...]
debug-ignore-breakpoints.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script-breakpoints-closure.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-script-breakpoints-nested.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple debug event handler which just counts the number of break points hit.
36 if (event == Debug.DebugEvent.Break) {
41 // Add the debug event listener
    [all...]
debug-step-2.js 28 // Flags: --expose-debug-as debug
30 // This test tests that full code compiled without debug break slots
31 // is recompiled with debug break slots when debugging is started.
33 // Get the Debug object exposed from the debug context global object.
34 Debug = debug.Debug
40 // Debug event listener which steps until the global variable done is true
    [all...]
debug-step-3.js 28 // Flags: --expose-debug-as debug
30 // This test tests that full code compiled without debug break slots
31 // is recompiled with debug break slots when debugging is started.
33 // Get the Debug object exposed from the debug context global object.
34 Debug = debug.Debug
41 // Debug event listener which steps until the global variable done is true
    [all...]
debug-clearbreakpointgroup.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 var Debug = debug.Debug
32 // Simple function which stores the last debug event.
61 if (event == Debug.DebugEvent.Break) {
62 // Get the debug command processor
    [all...]
  /external/libunwind/src/hppa/
Gresume.c 70 Debug (8, "resuming at ip=%x via sigreturn(%p)\n", c->dwarf.ip, sc);
75 Debug (8, "resuming at ip=%x via setcontext()\n", c->dwarf.ip);
105 Debug (8, "copying out cursor state\n");
109 Debug (16, "copying %s %d\n", unw_regname (reg), reg);
130 Debug (1, "(cursor=%p)\n", c);
136 Debug (1, "refusing to resume execution at address 0\n");
  /external/lldb/scripts/Python/
build-swig-Python.sh 61 if [ -n "$debug_flag" -a "$debug_flag" = "-debug" ]
63 Debug=1
65 Debug=0
174 if [ $Debug -eq 1 ]
180 if [ $Debug -eq 1 ]
192 if [ $Debug -eq 1 ]
205 if [ $Debug -eq 1 ]
222 if [ $Debug -eq 1 ]
237 if [ $Debug -eq 1 ]
250 if [ $Debug -eq 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 181 &ctx->Debug.ClientIDs.Namespaces[source][type];
197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type])
232 &ctx->Debug.ClientIDs.Namespaces[source][type];
280 return ctx->Debug.ApiErrors[id];
282 return ctx->Debug.WinsysErrors[id];
284 return ctx->Debug.ShaderErrors[id];
286 return ctx->Debug.OtherErrors[id];
310 if (ctx->Debug.Callback) {
311 ctx->Debug.Callback(source, type, id, severity,
312 len, buf, ctx->Debug.CallbackData)
803 static int debug = -1; local
957 static GLint debug = -1; local
    [all...]
  /external/mesa3d/src/mesa/main/
errors.c 181 &ctx->Debug.ClientIDs.Namespaces[source][type];
197 if (ctx->Debug.ClientIDs.Defaults[severity][source][type])
232 &ctx->Debug.ClientIDs.Namespaces[source][type];
280 return ctx->Debug.ApiErrors[id];
282 return ctx->Debug.WinsysErrors[id];
284 return ctx->Debug.ShaderErrors[id];
286 return ctx->Debug.OtherErrors[id];
310 if (ctx->Debug.Callback) {
311 ctx->Debug.Callback(source, type, id, severity,
312 len, buf, ctx->Debug.CallbackData)
803 static int debug = -1; local
957 static GLint debug = -1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DebuggerScript.js 48 Debug.clearBreakOnException();
49 Debug.clearBreakOnUncaughtException();
59 var scripts = Debug.scripts();
132 var scripts = Debug.scripts();
172 var positionAlignment = info.interstatementLocation ? Debug.BreakPositionAlignment.BreakPosition : Debug.BreakPositionAlignment.Statement;
173 var breakId = Debug.setScriptBreakPointById(info.sourceID, info.lineNumber, info.columnNumber, info.condition, undefined, positionAlignment);
175 var locations = Debug.findBreakPointActualLocations(breakId);
185 Debug.findBreakPoint(info.breakpointId, true);
198 Debug.setBreakOnException()
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
AwShellApplication.java 8 import android.os.Debug;
36 Debug.waitForDebugger();
  /external/libunwind/src/arm/
Gregs.c 63 Debug (1, "bad register number %u\n", reg);
79 Debug (1, "bad register number %u\n", reg);
  /external/libunwind/src/ia64/
regs.h 48 Debug (15, "sor=%u rrb.gr=%u, r%d -> r%d\n", sor, rrb_gr, reg, preg);
71 Debug (15, "rrb.fr=%u, f%d -> f%d\n", rrb_fr, reg, preg);
Gis_signal_frame.c 52 Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);
  /external/libunwind/src/sh/
Gregs.c 63 Debug (1, "bad register number %u\n", reg);
77 Debug (1, "bad register number %u\n", reg);
  /external/chromium_org/v8/test/cctest/
test-debug.cc 34 #include "src/debug.h"
55 using ::v8::internal::Debug;
101 // Expose the debug context global object in the global object for testing.
102 CHECK(isolate->debug()->Load());
104 isolate->debug()->debug_context();
111 factory->InternalizeOneByteString(STATIC_ASCII_VECTOR("debug"));
150 // Is there any debug info for the function?
154 return Debug::HasDebugInfo(shared);
163 v8::internal::Debug* debug = isolate->debug() local
253 v8::internal::Debug* debug = isolate->debug(); local
319 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
351 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
363 Debug* debug = CcTest::i_isolate()->debug(); local
456 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
602 Debug* debug = isolate->debug(); local
687 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
750 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
778 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
796 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
823 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
854 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
879 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
907 v8::internal::Debug* debug = isolate->debug(); local
6234 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
6284 v8::internal::Debug* debug = local
6827 v8::internal::Debug* debug = CcTest::i_isolate()->debug(); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-evaluate-blockscopes.js 28 // Flags: --expose-debug-as debug --harmony-scoping
30 // Test debug evaluation for functions without local context, but with
49 // Get the Debug object exposed from the debug context global object.
50 var Debug = debug.Debug
52 var bp = Debug.setBreakPoint(f, 6);
55 if (event == Debug.DebugEvent.Break)
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1586.js 28 // Flags: --expose-debug-as debug
30 // Test debug evaluation for functions without local context, but with
44 // Get the Debug object exposed from the debug context global object.
45 Debug = debug.Debug
47 var bp = Debug.setBreakPoint(f, 6);
50 if (event == Debug.DebugEvent.Break)
    [all...]
  /external/libunwind/src/ppc/
Ginit_local.c 54 Debug (1, "(cursor=%p)\n", c);
Ginit_remote.c 47 Debug (1, "(cursor=%p)\n", c);
  /external/libunwind/src/ptrace/
_UPT_access_mem.c 43 Debug (16, "mem[%lx] <- %lx\n", (long) addr, (long) *val);
79 Debug (16, "mem[%lx] -> %lx\n", (long) addr, (long) *val);
99 Debug (16, "mem[%lx] <- %lx\n", (long) addr, (long) *val);
103 Debug (16, "mem[%lx] -> %lx\n", (long) addr, (long) *val);
  /external/libunwind/src/x86/
Ginit_local.c 47 Debug (1, "(cursor=%p)\n", c);

Completed in 303 milliseconds

1 2 34 5 6 7 8 91011>>