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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/v8/test/mjsunit/bugs/
bug-2337.js 28 // Flags: --expose-debug-as debug --expose-gc
35 Debug = debug.Debug;
40 if (event == Debug.DebugEvent.ScriptCollected) {
48 Debug.scripts();
49 Debug.setListener(listener);
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-1.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
39 var script = Debug.findScript(ChooseAnimal);
46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-liveedit-compile-error.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
39 var script = Debug.findScript(ChooseAnimal);
48 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos,
debug-function-scopes.js 28 // Flags: --expose-debug-as debug
30 // Get the Debug object exposed from the debug context global object.
31 var Debug = debug.Debug;
69 var mirror = Debug.MakeMirror(f1);
81 var mirror = Debug.MakeMirror(f2);
100 var mirror = Debug.MakeMirror(f3)
    [all...]
debug-liveedit-check-stack.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
31 Debug = debug.Debug
48 var script = Debug.findScript(this.ChooseAnimal);
57 // Should be called from Debug context.
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, ch (…)
    [all...]
debug-stepin-call-function-stub.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
39 // Simple debug event handler which first time will cause 'step in' action
44 if (event == Debug.DebugEvent.Break) {
47 exec_state.prepareStep(Debug.StepAction.StepIn, step_in_count)
    [all...]
debug-clearbreakpoint.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.
61 if (event == Debug.DebugEvent.Break) {
62 // Get the debug command processor
    [all...]
debug-mirror-cache.js 28 // Flags: --expose-debug-as debug
40 // Get the Debug object exposed from the debug context global object.
41 Debug = debug.Debug
49 if (event == Debug.DebugEvent.Break)
54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared");
55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared")
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-147497.js 28 // Flags: --expose-debug-as debug
30 Debug = debug.Debug;
33 if (event == Debug.DebugEvent.Break) {
34 exec_state.prepareStep(Debug.StepAction.StepNext, 10);
38 Debug.setListener(listener);
regress-2336.js 28 // Flags: --expose-debug-as debug --expose-gc
30 // Check that we can cope with a debug listener that runs in the
36 Debug = debug.Debug;
41 if (event == Debug.DebugEvent.ScriptCollected) {
49 Debug.scripts();
50 Debug.setListener(listener);
regress-998565.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
39 // Add the debug event listener.
40 Debug.setListener(listener);
46 // Set a break point and call to invoke the debug event listener
    [all...]
regress-crbug-107996.js 28 // Flags: --expose-debug-as debug
30 Debug = debug.Debug;
32 Debug.setListener(listener);
38 if (event == Debug.DebugEvent.Break) {
64 Debug.setListener(null);
regress-crbug-259300.js 28 // Flags: --expose-debug-as debug
30 Debug = debug.Debug;
35 if (event == Debug.DebugEvent.Break) {
45 Debug.setListener(listener);
47 Debug.setListener(null);
regress-1081309.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
65 if (event == Debug.DebugEvent.Exception)
71 // Get the debug command processor.
92 // Add the debug event listener
    [all...]
regress-1639-2.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
34 // Get the debug command processor in paused state.
44 if (event == Debug.DebugEvent.Break) {
87 // Add the debug event listener
    [all...]
regress-1639.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // Get the debug command processor in paused state.
43 if (event == Debug.DebugEvent.Break) {
66 // Add the debug event listener
    [all...]
  /external/libunwind/src/
elfxx.c 45 Debug (1, "section table outside of image? (%lu > %lu)\n",
67 Debug (1, "string shdr table outside of image? (%lu > %lu)\n",
76 Debug (1, "string table outside of image? (%lu > %lu)\n",
82 Debug (16, "strtab=0x%lx\n", (long) str_shdr->sh_offset);
123 Debug (16, "symtab=0x%lx[%d]\n",
137 Debug (16, "0x%016lx info=0x%02x %s\n",
246 Debug (1, ".gnu_debugdata outside image? (0x%lu > 0x%lu)\n",
252 Debug (16, "found .gnu_debugdata at 0x%lx\n",
269 Debug (1, "invalid .gnu_debugdata contents\n");
287 Debug (1, "LZMA decompression failed: %d\n", lret)
    [all...]
  /external/libunwind/src/dwarf/
Gfde.c 92 Debug (1, "Unexpected CIE id %x\n", cie_id);
112 Debug (1, "Unexpected CIE id %llx\n", (long long) cie_id);
123 Debug (1, "Got CIE version %u, expected version 1 or "
201 Debug (1, "Unexpected augmentation string `%s'\n", augstr);
212 Debug (15, "CIE parsed OK, augmentation = \"%s\", handler=0x%lx\n",
235 Debug (12, "FDE @ 0x%lx\n", (long) addr);
301 Debug (15, "looking for CIE at address %lx\n", (long) cie_addr);
330 Debug (15, "FDE covers IP 0x%lx-0x%lx, LSDA=0x%lx\n",
346 Debug (13, "Found ABI marker = (abi=%u, tag=%u)\n",
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.cpp 58 v8::Debug::SetDebugEventListener(&WorkerScriptDebugServer::v8DebugEventCallback, v8::External::New(m_isolate, this));
62 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
84 v8::Debug::SetDebugEventListener(0);
ScriptDebugServer.cpp 55 class ClientDataImpl : public v8::Debug::ClientData {
91 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
102 v8::Handle<v8::Value> breakpointId = v8::Debug::Call(setBreakpointFunction, info);
113 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
120 v8::Debug::Call(removeBreakpointFunction, info);
127 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
131 v8::Debug::Call(clearBreakpoints);
138 v8::Local<v8::Context> debuggerContext = v8::Debug::GetDebugContext();
144 v8::Debug::Call(setBreakpointsActivated, info);
153 v8::Context::Scope contextScope(v8::Debug::GetDebugContext())
    [all...]
  /external/libunwind/src/coredump/
_UCD_access_reg_linux.c 38 Debug(0, "write is not supported\n");
129 Debug(1, "pr_reg[%d]:%ld (0x%lx)\n", regnum,
138 Debug(0, "bad regnum:%d\n", regnum);
  /packages/apps/Browser/src/com/android/browser/
Performance.java 20 import android.os.Debug;
70 Debug.startMethodTracing(host, 20 * 1024 * 1024);
77 Debug.stopMethodTracing();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Tracer.cs 33 namespace Antlr.Runtime.Debug
42 * that you cannot debug and trace at the same time.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 5 module Debug
6 =begin rdoc ANTLR3::Debug::TreeAdaptor
104 =begin rdoc ANTLR3::Debug::TreeNodeStream
108 not already a Debug::TreeNodeStream.
  /external/chromium_org/mojo/tools/
mojosh.sh 8 DIRECTORY="$(dirname "$0")"/../../out/Debug

Completed in 760 milliseconds

1 2 3 4 5 6 78 91011>>