Lines Matching refs:log
35 void dump_memory_and_code(log_t* log, Backtrace* backtrace) { in dump_memory_and_code() argument
53 dump_memory(log, backtrace, R(r.regs[reg]), "memory near %.2s:", ®_names[reg * 2]); in dump_memory_and_code()
58 dump_memory(log, backtrace, pc, "code around pc:"); in dump_memory_and_code()
60 dump_memory(log, backtrace, ra, "code around ra:"); in dump_memory_and_code()
64 void dump_registers(log_t* log, pid_t tid) { in dump_registers() argument
71 _LOG(log, logtype::REGISTERS, " zr %08" PRIxPTR " at %08" PRIxPTR in dump_registers()
74 _LOG(log, logtype::REGISTERS, " a0 %08" PRIxPTR " a1 %08" PRIxPTR in dump_registers()
77 _LOG(log, logtype::REGISTERS, " t0 %08" PRIxPTR " t1 %08" PRIxPTR in dump_registers()
80 _LOG(log, logtype::REGISTERS, " t4 %08" PRIxPTR " t5 %08" PRIxPTR in dump_registers()
83 _LOG(log, logtype::REGISTERS, " s0 %08" PRIxPTR " s1 %08" PRIxPTR in dump_registers()
86 _LOG(log, logtype::REGISTERS, " s4 %08" PRIxPTR " s5 %08" PRIxPTR in dump_registers()
89 _LOG(log, logtype::REGISTERS, " t8 %08" PRIxPTR " t9 %08" PRIxPTR in dump_registers()
92 _LOG(log, logtype::REGISTERS, " gp %08" PRIxPTR " sp %08" PRIxPTR in dump_registers()
95 _LOG(log, logtype::REGISTERS, " hi %08" PRIxPTR " lo %08" PRIxPTR in dump_registers()