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

1 2 3 45 6 7 8 91011>>

  /external/libunwind/src/x86_64/
Ginit_local.c 49 Debug (1, "(cursor=%p)\n", c);
Ginit_remote.c 42 Debug (1, "(cursor=%p)\n", c);
Ginit.c 99 Debug(1, "using mincore to validate memory\n");
105 Debug(1, "using msync to validate memory\n");
168 Debug (16, "mem[%016lx] <- %lx\n", addr, *val);
174 Debug (16, "Unwritable memory mem[%016lx] <- %lx\n", addr, *val);
194 Debug (16, "mem[%016lx] -> %lx\n", addr, *val);
199 Debug (16, "Unreadable memory mem[%016lx] -> XXX\n", addr);
224 Debug (12, "%s <- 0x%016lx\n", unw_regname (reg), *val);
229 Debug (12, "%s -> 0x%016lx\n", unw_regname (reg), *val);
234 Debug (1, "bad register number %u\n", reg);
253 Debug (12, "%s <- %08lx.%08lx.%08lx\n", unw_regname (reg)
    [all...]
Gstep.c 51 Debug (14, "ip=0x%lx => 0x%016lx 0x%016lx, ret = %d\n", c->ip, w0, w1, ret);
66 Debug (1, "(cursor=%p, ip=0x%016lx, cfa=0x%016lx)\n",
79 Debug (2, "returning %d\n", ret);
114 Debug (13, "dwarf_step() failed (ret=%d), trying frame-chain\n", ret);
121 Debug (2, "returning 0\n");
128 Debug (2, "found plt entry\n");
147 Debug (2, "returning %d [RBP=0x%lx]\n", ret,
166 Debug (1, "[RBP=0x%lx] = 0x%lx (cfa = 0x%lx) -> 0x%lx\n",
204 Debug (2, "NULL %%rbp loc, returning %d\n", ret);
210 Debug (1, "Frame Chain [RIP=0x%Lx] = 0x%Lx\n"
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-relocation.js 5 // Flags: --expose-debug-as debug --harmony-generators
7 var Debug = debug.Debug;
29 var bp = Debug.setBreakPoint(gen, 3);
33 Debug.setListener(listener);
39 Debug.clearBreakPoint(bp);
40 Debug.setListener(null);
  /external/libunwind/src/coredump/
_UPT_get_dyn_info_list_addr.c 57 Debug (16, "checking object %s\n", path);
65 Debug (12, "dyn_info_list_addr = 0x%lx\n", (long) res);
94 Debug (12, "looking for dyn_info list\n");
_UCD_find_proc_info.c 58 Debug(1, "returns error: _UCD_get_elf_image failed\n");
73 Debug(1, "returns error: tdep_find_unwind_table failed\n");
95 Debug(1, "returns error: all formats are -1\n");
99 Debug(1, "returns success\n");
109 Debug(1, "entering\n");
114 Debug(1, "returns error: get_unwind_info failed\n");
160 Debug(1, "returns %d\n", ret);
  /external/libunwind/src/ptrace/
_UPT_get_dyn_info_list_addr.c 55 Debug (16, "checking object %s\n", path);
62 Debug (12, "dyn_info_list_addr = 0x%lx\n", (long) res);
93 Debug (12, "looking for dyn_info list\n");
  /external/libunwind/src/x86/
Gresume.c 50 Debug (8, "copying out cursor state\n");
54 Debug (16, "copying %s %d\n", unw_regname (reg), reg);
75 Debug (1, "(cursor=%p)\n", c);
  /external/chromium_org/v8/test/mjsunit/
debug-sourceinfo.js 28 // Flags: --expose-debug-as debug
59 // Get the Debug object exposed from the debug context global object.
60 Debug = debug.Debug
66 // file size of <debug-sourceinfo.js> - 1, since starting at 0).
89 assertEquals(start_a, Debug.sourcePosition(a));
90 assertEquals(start_b, Debug.sourcePosition(b));
    [all...]
debug-constructor.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 if (event == Debug.DebugEvent.Break)
42 // Add the debug event listener.
43 Debug.setListener(listener)
    [all...]
debug-step-4-in-frame.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
68 if (event == Debug.DebugEvent.Break) {
70 Debug.clearBreakPoint(bp);
75 exec_state.prepareStep(Debug.StepAction.StepNext
    [all...]
debug-step.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 first time hit will perform 1000 steps and
39 if (event == Debug.DebugEvent.Break) {
41 exec_state.prepareStep(Debug.StepAction.StepIn, 1000)
    [all...]
debug-set-script-source.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
37 if (event == Debug.DebugEvent.BeforeCompile) {
40 } else if (event == Debug.DebugEvent.AfterCompile) {
51 // Add the debug event listener
    [all...]
debug-stepnext-do-while.js 28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
37 if (event == Debug.DebugEvent.Break) {
51 exec_state.prepareStep(Debug.StepAction.StepNext);
60 // Add the debug event listener
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 19 import android.os.Debug;
41 Debug.startNativeTracing();
47 Debug.stopNativeTracing();
74 Debug.startMethodTracing("traceTest");
76 Debug.stopMethodTracing();
  /external/lldb/include/lldb/Symbol/
Symtab.h 30 typedef enum Debug {
31 eDebugNo, // Not a debug symbol
32 eDebugYes, // A debug symbol
34 } Debug;
59 Symbol * FindSymbolWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx);
62 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
64 uint32_t AppendSymbolIndexesWithName (const ConstString& symbol_name, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
66 uint32_t AppendSymbolIndexesWithNameAndType (const ConstString& symbol_name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& matches);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
70 size_t FindAllSymbolsWithNameAndType (const ConstString &name, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& symbol_indexes)
    [all...]
  /frameworks/base/core/java/android/ddm/
DdmHandleProfiling.java 22 import android.os.Debug;
39 private static final boolean DEBUG = false;
75 if (DEBUG)
109 if (DEBUG)
114 Debug.startMethodTracing(fileName, bufferSize, flags);
128 Debug.stopMethodTracing();
149 if (DEBUG) {
155 Debug.startMethodTracingDdms(bufferSize, flags, false, 0);
167 if (DEBUG) {
172 Debug.stopMethodTracing()
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
debug-prepare-step-in.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax --expose-gc
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
33 exec_state.prepareStep(Debug.StepAction.StepIn, 1);
36 Debug.setListener(breakListener);
45 Debug.setBreakPoint(f, 2, 0)
    [all...]
regress-frame-details-null-receiver.js 28 // Flags: --expose-debug-as debug --allow-natives-syntax
30 Debug = debug.Debug;
34 if (event == Debug.DebugEvent.Exception) {
43 Debug.setListener(listener);
44 Debug.setBreakOnException();
48 Debug.clearBreakOnException();
49 Debug.setListener(null)
    [all...]
  /external/chromium_org/v8/src/
debug.h 21 #include "include/v8-debug.h"
59 // Must match Debug.BreakPositionAlignment in debug-debugger.js
184 // Linked list holding debug info objects. The debug info objects are kept as
185 // weak handles to avoid a debug info object to keep a function alive.
196 // Global (weak) handle to the debug info object.
207 class MessageImpl: public v8::Debug::Message {
209 // Create a message object for a debug event.
215 // Create a message object for the response to a debug command
    [all...]
  /external/icu/icu4c/source/extra/uconv/
makedata.mak 7 # nmake /f makedata.mak icup=<path_to_icu_instalation> [Debug|Release]
11 #If no config, we default to debug
13 CFG=Debug
14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug.
18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug"
23 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
28 !MESSAGE "Debug"
    [all...]
  /external/libunwind/src/ia64/
Ginit.c 86 Debug (12, "mem[%lx] <- %lx\n", addr, *val);
92 Debug (12, "Unwritable memory mem[%lx] <- %lx\n", addr, *val);
106 Debug (12, "mem[%lx] -> %lx\n", addr, *val);
111 Debug (12, "Unreadable memory mem[%lx] -> XXX\n", addr);
233 Debug (1, "failed to %s %s (ret = %d)\n",
239 Debug (12, "%s <- %lx\n", unw_regname (reg), *val);
241 Debug (12, "%s -> %lx\n", unw_regname (reg), *val);
301 Debug (12, "%s <- %lx\n", unw_regname (reg), *val);
303 Debug (12, "%s -> %lx\n", unw_regname (reg), *val);
315 Debug (16, "attempt to write read-only register\n")
    [all...]
  /external/chromium_org/v8/test/mjsunit/es6/
debug-promises-caught-all.js 5 // Flags: --harmony-promises --expose-debug-as debug
7 // Test debug events when we listen to all exceptions and
9 // We expect a normal Exception debug event to be triggered.
11 Debug = debug.Debug;
37 if (event == Debug.DebugEvent.Exception) {
52 Debug.setBreakOnException();
53 Debug.setListener(listener)
    [all...]
debug-promises-throw-in-constructor.js 5 // Flags: --harmony-promises --expose-debug-as debug
7 // Test debug events when we only listen to uncaught exceptions and
9 // We expect an Exception debug event with a promise to be triggered.
11 Debug = debug.Debug;
20 if (event == Debug.DebugEvent.Exception) {
25 // Assert that the debug event is triggered at the throw site.
38 Debug.setBreakOnUncaughtException()
    [all...]

Completed in 1226 milliseconds

1 2 3 45 6 7 8 91011>>