HomeSort by relevance Sort by last modified time
    Searched refs:REGISTERS (Results 1 - 7 of 7) sorted by null

  /system/core/debuggerd/x86_64/
machine.cpp 36 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
39 _LOG(log, logtype::REGISTERS, " rax %016lx rbx %016lx rcx %016lx rdx %016lx\n",
41 _LOG(log, logtype::REGISTERS, " rsi %016lx rdi %016lx\n",
43 _LOG(log, logtype::REGISTERS, " r8 %016lx r9 %016lx r10 %016lx r11 %016lx\n",
45 _LOG(log, logtype::REGISTERS, " r12 %016lx r13 %016lx r14 %016lx r15 %016lx\n",
47 _LOG(log, logtype::REGISTERS, " cs %016lx ss %016lx\n",
49 _LOG(log, logtype::REGISTERS, " rip %016lx rbp %016lx rsp %016lx eflags %016lx\n",
  /system/core/debuggerd/x86/
machine.cpp 34 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
37 _LOG(log, logtype::REGISTERS, " eax %08lx ebx %08lx ecx %08lx edx %08lx\n",
39 _LOG(log, logtype::REGISTERS, " esi %08lx edi %08lx\n",
41 _LOG(log, logtype::REGISTERS, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
43 _LOG(log, logtype::REGISTERS, " eip %08lx ebp %08lx esp %08lx flags %08lx\n",
  /system/core/debuggerd/mips/
machine.cpp 44 // If configured to do so, dump memory around *all* registers
55 // skip uninteresting registers
90 _LOG(log, logtype::ERROR, "cannot get registers: %s\n", strerror(errno));
94 _LOG(log, logtype::REGISTERS, " zr %08x at %08x v0 %08x v1 %08x\n",
96 _LOG(log, logtype::REGISTERS, " a0 %08x a1 %08x a2 %08x a3 %08x\n",
98 _LOG(log, logtype::REGISTERS, " t0 %08x t1 %08x t2 %08x t3 %08x\n",
100 _LOG(log, logtype::REGISTERS, " t4 %08x t5 %08x t6 %08x t7 %08x\n",
102 _LOG(log, logtype::REGISTERS, " s0 %08x s1 %08x s2 %08x s3 %08x\n",
104 _LOG(log, logtype::REGISTERS, " s4 %08x s5 %08x s6 %08x s7 %08x\n",
106 _LOG(log, logtype::REGISTERS, " t8 %08x t9 %08x k0 %08x k1 %08x\n"
    [all...]
  /system/core/debuggerd/arm/
machine.cpp 65 _LOG(log, logtype::REGISTERS, "cannot get registers: %s\n", strerror(errno));
69 _LOG(log, logtype::REGISTERS, " r0 %08x r1 %08x r2 %08x r3 %08x\n",
72 _LOG(log, logtype::REGISTERS, " r4 %08x r5 %08x r6 %08x r7 %08x\n",
75 _LOG(log, logtype::REGISTERS, " r8 %08x r9 %08x sl %08x fp %08x\n",
78 _LOG(log, logtype::REGISTERS, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",
85 _LOG(log, logtype::FP_REGISTERS, "cannot get FP registers: %s\n", strerror(errno));
  /system/core/debuggerd/arm64/
machine.cpp 37 _LOG(log, logtype::ERROR, "%s: ptrace failed to get registers: %s\n",
78 _LOG(log, logtype::REGISTERS,
86 _LOG(log, logtype::REGISTERS, " x28 %016llx x29 %016llx x30 %016llx\n",
89 _LOG(log, logtype::REGISTERS, " sp %016llx pc %016llx pstate %016llx\n",
  /system/core/debuggerd/
utility.h 61 REGISTERS,
utility.cpp 52 || (ltype == REGISTERS)

Completed in 44 milliseconds