Searched refs:dump_memory (Results 1 - 2 of 2) sorted by relevance

/system/core/debuggerd/arm/
H A Dmachine.c45 static void dump_memory(log_t* log, pid_t tid, uintptr_t addr, int scopeFlags) { function
138 dump_memory(log, tid, addr, scopeFlags | SCOPE_SENSITIVE);
144 dump_memory(log, tid, (uintptr_t)regs.ARM_pc, scopeFlags);
148 dump_memory(log, tid, (uintptr_t)regs.ARM_lr, scopeFlags);
/system/core/debuggerd/mips/
H A Dmachine.c39 static void dump_memory(log_t* log, pid_t tid, uintptr_t addr, int scopeFlags) { function
134 dump_memory(log, tid, addr, scopeFlags | SCOPE_SENSITIVE);
142 dump_memory(log, tid, (uintptr_t)pc, scopeFlags);
146 dump_memory(log, tid, (uintptr_t)ra, scopeFlags);

Completed in 46 milliseconds