Searched defs:at_fault (Results 1 - 5 of 5) sorted by relevance

/system/core/debuggerd/x86/
H A Dmachine.c39 void dump_registers(int tfd, int pid, bool at_fault) argument
42 bool only_in_tombstone = !at_fault;
H A Dunwind.c8 bool at_fault)
34 _LOG(tfd, !at_fault, " #%02d eip: %08x %s (%s)\n",
37 _LOG(tfd, !at_fault, " #%02d eip: %08x %s\n",
51 _LOG(tfd, !at_fault, "stack: \n");
63 _LOG(tfd, !at_fault, " #%02d %08x %08x %s (%s)\n",
66 _LOG(tfd, !at_fault, " #%02d %08x %08x %s\n",
73 _LOG(tfd, !at_fault, " ...... ...... \n");
7 unwind_backtrace_with_ptrace_x86(int tfd, pid_t pid, mapinfo *map, bool at_fault) argument
/system/core/debuggerd/arm/
H A Dmachine.c54 bool at_fault);
195 bool at_fault)
199 bool only_in_tombstone = !at_fault;
203 if (DUMP_MEM_FOR_ALL_REGS && at_fault) {
243 if (at_fault) {
318 bool at_fault)
323 _LOG(tfd, !at_fault, "tid %d not responding!\n", pid);
328 _LOG(tfd, !at_fault, " #%02d pc %08x %s\n", 0, r.ARM_pc,
331 _LOG(tfd, !at_fault, " #%02d lr %08x %s\n", 1, r.ARM_lr,
335 void dump_registers(int tfd, int pid, bool at_fault) argument
193 dump_stack_and_code(int tfd, int pid, mapinfo *map, int unwind_depth, unsigned int sp_list[], bool at_fault) argument
317 dump_pc_and_lr(int tfd, int pid, mapinfo *map, int unwound_level, bool at_fault) argument
[all...]
H A Dunwind.c391 bool at_fault)
397 bool only_in_tombstone = !at_fault;
480 bool at_fault)
512 map, sp_list, at_fault);
546 map, sp_list, at_fault) != _URC_NO_REASON) {
386 log_function(_Unwind_Context *context, pid_t pid, int tfd, int stack_level, mapinfo *map, unsigned int sp_list[], bool at_fault) argument
478 unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map, unsigned int sp_list[], int *frame0_pc_sane, bool at_fault) argument
/system/core/debuggerd/
H A Ddebuggerd.c255 void dump_crash_report(int tfd, unsigned pid, unsigned tid, bool at_fault) argument
266 if (!at_fault) {
272 dump_registers(tfd, tid, at_fault);
297 &frame0_pc_sane, at_fault);
303 dump_pc_and_lr(tfd, tid, milist, stack_depth, at_fault);
306 dump_stack_and_code(tfd, tid, milist, stack_depth, sp_list, at_fault);
311 stack_depth = unwind_backtrace_with_ptrace_x86(tfd, tid, milist,at_fault);

Completed in 49 milliseconds