Searched refs:_LOG (Results 1 - 7 of 7) sorted by last modified time

/system/core/debuggerd/arm/
H A Dmachine.c105 _LOG(log, !at_fault, " %s %s\n", code_buffer, ascii_buffer);
135 _LOG(log, false, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
140 _LOG(log, !at_fault, "\ncode around pc:\n");
144 _LOG(log, !at_fault, "\ncode around lr:\n");
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(lo
[all...]
/system/core/debuggerd/
H A Dbacktrace.c54 _LOG(log, false, "\n\n----- pid %d at %s -----\n", pid, timestr);
57 _LOG(log, false, "Cmd line: %s\n", procname);
62 _LOG(log, false, "\n----- end %d -----\n", pid);
84 _LOG(log, false, "\n\"%s\" sysTid=%d\n", threadname ? threadname : "<unknown>", tid);
87 _LOG(log, false, "Could not attach to thread: %s\n", strerror(errno));
96 _LOG(log, false, "Could not obtain stack trace for thread.\n");
104 _LOG(log, false, " %s\n", line);
H A Dtombstone.c137 _LOG(log, false, "Revision: '%s'\n", revision);
146 _LOG(log, false, "Build fingerprint: '%s'\n", fingerprint);
155 _LOG(log, false, "cannot get siginfo: %s\n", strerror(errno));
157 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr %08x\n",
162 _LOG(log, false, "signal %d (%s), code %d (%s), fault addr --------\n",
195 _LOG(log, false, "pid: %d, tid: %d, name: %s >>> %s <<<\n", pid, tid,
199 _LOG(log, true, "pid: %d, tid: %d, name: %s\n", pid, tid,
207 _LOG(log, !at_fault, "\nbacktrace:\n");
215 _LOG(log, !at_fault, " %s\n", line);
238 _LOG(lo
[all...]
H A Dutility.c34 void _LOG(log_t* log, bool in_tombstone_only, const char *fmt, ...) { function
H A Dutility.h32 void _LOG(log_t* log, bool in_tombstone_only, const char *fmt, ...)
35 #define LOG(fmt...) _LOG(NULL, 0, fmt)
39 #define XLOG(fmt...) _LOG(NULL, 0, fmt)
46 #define XLOG2(fmt...) _LOG(NULL, 0, fmt)
/system/core/debuggerd/mips/
H A Dmachine.c95 _LOG(log, !at_fault, " %s %s\n", code_buffer, ascii_buffer);
132 _LOG(log, false, "\nmemory near %.2s:\n", &REG_NAMES[reg * 2]);
140 _LOG(log, !at_fault, "\ncode around pc:\n");
144 _LOG(log, !at_fault, "\ncode around ra:\n");
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(lo
[all...]
/system/core/debuggerd/x86/
H A Dmachine.c44 _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",

Completed in 92 milliseconds