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

/system/core/debuggerd/x86/
H A Dmachine.c42 bool only_in_tombstone = !at_fault; local
45 _LOG(tfd, only_in_tombstone,
52 _LOG(tfd, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
54 _LOG(tfd, only_in_tombstone, " esi %08x edi %08x\n",
56 _LOG(tfd, only_in_tombstone, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
58 _LOG(tfd, only_in_tombstone,
/system/core/debuggerd/arm/
H A Dmachine.c131 bool only_in_tombstone)
188 _LOG(tfd, only_in_tombstone, "%s %s\n", code_buffer, ascii_buffer);
199 bool only_in_tombstone = !at_fault; local
225 _LOG(tfd, only_in_tombstone, "\nmem near %.2s:\n",
234 _LOG(tfd, only_in_tombstone, "\ncode around pc:\n");
235 dump_memory(tfd, pid, (uintptr_t) pc, only_in_tombstone);
238 _LOG(tfd, only_in_tombstone, "\ncode around lr:\n");
239 dump_memory(tfd, pid, (uintptr_t) lr, only_in_tombstone);
269 _LOG(tfd, only_in_tombstone, "\nstack:\n");
296 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
130 dump_memory(int tfd, int pid, uintptr_t addr, bool only_in_tombstone) argument
338 bool only_in_tombstone = !at_fault; local
[all...]
H A Dunwind.c397 bool only_in_tombstone = !at_fault; local
462 _LOG(tfd, only_in_tombstone,
466 _LOG(tfd, only_in_tombstone,

Completed in 145 milliseconds