/system/core/debuggerd/x86/ |
machine.c | 41 bool only_in_tombstone = !at_fault; variable 44 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno)); 50 _LOG(log, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n", 52 _LOG(log, only_in_tombstone, " esi %08x edi %08x\n", 54 _LOG(log, only_in_tombstone, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n", 56 _LOG(log, only_in_tombstone, " eip %08x ebp %08x esp %08x flags %08x\n",
|
/system/core/debuggerd/mips/ |
machine.c | 153 bool only_in_tombstone = !at_fault; variable 156 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno)); 160 _LOG(log, only_in_tombstone, " zr %08x at %08x v0 %08x v1 %08x\n", 162 _LOG(log, only_in_tombstone, " a0 %08x a1 %08x a2 %08x a3 %08x\n", 164 _LOG(log, only_in_tombstone, " t0 %08x t1 %08x t2 %08x t3 %08x\n", 166 _LOG(log, only_in_tombstone, " t4 %08x t5 %08x t6 %08x t7 %08x\n", 168 _LOG(log, only_in_tombstone, " s0 %08x s1 %08x s2 %08x s3 %08x\n", 170 _LOG(log, only_in_tombstone, " s4 %08x s5 %08x s6 %08x s7 %08x\n", 172 _LOG(log, only_in_tombstone, " t8 %08x t9 %08x k0 %08x k1 %08x\n", 174 _LOG(log, only_in_tombstone, " gp %08x sp %08x s8 %08x ra %08x\n" [all...] |
/system/core/debuggerd/arm/ |
machine.c | 153 bool only_in_tombstone = !at_fault; variable 156 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno)); 160 _LOG(log, only_in_tombstone, " r0 %08x r1 %08x r2 %08x r3 %08x\n", 162 _LOG(log, only_in_tombstone, " r4 %08x r5 %08x r6 %08x r7 %08x\n", 164 _LOG(log, only_in_tombstone, " r8 %08x r9 %08x sl %08x fp %08x\n", 166 _LOG(log, only_in_tombstone, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n", 175 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno)); 180 _LOG(log, only_in_tombstone, " d%-2d %016llx d%-2d %016llx\n", 183 _LOG(log, only_in_tombstone, " scr %08lx\n", vfp_regs.fpscr);
|
/system/core/debuggerd/ |
tombstone.c | 221 bool only_in_tombstone, uintptr_t* sp, size_t words, int label) { 238 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s+%u)\n", 241 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s)\n", 246 _LOG(log, only_in_tombstone, " %08x %08x %s (%s+%u)\n", 249 _LOG(log, only_in_tombstone, " %08x %08x %s (%s)\n", 256 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s\n", 259 _LOG(log, only_in_tombstone, " %08x %08x %s\n", 288 bool only_in_tombstone = !at_fault; local 290 dump_stack_segment(context, log, tid, only_in_tombstone, &sp, STACK_WORDS, -1); 297 _LOG(log, only_in_tombstone, " ........ ........\n") [all...] |
/hardware/ti/omap4xxx/ |
mapinfo.c | 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
|