Searched defs:only_in_tombstone (Results 1 - 3 of 3) sorted by relevance

/system/core/debuggerd/x86/
H A Dmachine.c41 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/arm/
H A Dmachine.c149 bool only_in_tombstone = !at_fault; variable
152 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno));
156 _LOG(log, only_in_tombstone, " r0 %08x r1 %08x r2 %08x r3 %08x\n",
158 _LOG(log, only_in_tombstone, " r4 %08x r5 %08x r6 %08x r7 %08x\n",
160 _LOG(log, only_in_tombstone, " r8 %08x r9 %08x sl %08x fp %08x\n",
162 _LOG(log, only_in_tombstone, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n",
171 _LOG(log, only_in_tombstone, "cannot get registers: %s\n", strerror(errno));
176 _LOG(log, only_in_tombstone, " d%-2d %016llx d%-2d %016llx\n",
179 _LOG(log, only_in_tombstone, " scr %08lx\n", vfp_regs.fpscr);
/system/core/debuggerd/
H A Dtombstone.c206 bool only_in_tombstone, uintptr_t* sp, size_t words, int label) {
223 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s+%u)\n",
226 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s (%s)\n",
231 _LOG(log, only_in_tombstone, " %08x %08x %s (%s+%u)\n",
234 _LOG(log, only_in_tombstone, " %08x %08x %s (%s)\n",
241 _LOG(log, only_in_tombstone, " #%02d %08x %08x %s\n",
244 _LOG(log, only_in_tombstone, " %08x %08x %s\n",
273 bool only_in_tombstone = !at_fault; local
275 dump_stack_segment(context, log, tid, only_in_tombstone, &sp, STACK_WORDS, -1);
282 _LOG(log, only_in_tombstone, "
205 dump_stack_segment(const ptrace_context_t* context, log_t* log, pid_t tid, bool only_in_tombstone, uintptr_t* sp, size_t words, int label) argument
[all...]

Completed in 65 milliseconds