Lines Matching refs:scopeFlags
39 static void dump_memory(log_t* log, pid_t tid, uintptr_t addr, int scopeFlags) { in dump_memory() argument
95 _LOG(log, scopeFlags, " %s %s\n", code_buffer, ascii_buffer); in dump_memory()
110 int scopeFlags = at_fault ? SCOPE_AT_FAULT : 0; in dump_memory_and_code() local
133 _LOG(log, scopeFlags | SCOPE_SENSITIVE, "\nmemory near %.2s:\n", ®_NAMES[reg * 2]); in dump_memory_and_code()
134 dump_memory(log, tid, addr, scopeFlags | SCOPE_SENSITIVE); in dump_memory_and_code()
141 _LOG(log, scopeFlags, "\ncode around pc:\n"); in dump_memory_and_code()
142 dump_memory(log, tid, (uintptr_t)pc, scopeFlags); in dump_memory_and_code()
145 _LOG(log, scopeFlags, "\ncode around ra:\n"); in dump_memory_and_code()
146 dump_memory(log, tid, (uintptr_t)ra, scopeFlags); in dump_memory_and_code()
154 int scopeFlags = at_fault ? SCOPE_AT_FAULT : 0; in dump_registers() local
157 _LOG(log, scopeFlags, "cannot get registers: %s\n", strerror(errno)); in dump_registers()
161 _LOG(log, scopeFlags, " zr %08x at %08x v0 %08x v1 %08x\n", in dump_registers()
163 _LOG(log, scopeFlags, " a0 %08x a1 %08x a2 %08x a3 %08x\n", in dump_registers()
165 _LOG(log, scopeFlags, " t0 %08x t1 %08x t2 %08x t3 %08x\n", in dump_registers()
167 _LOG(log, scopeFlags, " t4 %08x t5 %08x t6 %08x t7 %08x\n", in dump_registers()
169 _LOG(log, scopeFlags, " s0 %08x s1 %08x s2 %08x s3 %08x\n", in dump_registers()
171 _LOG(log, scopeFlags, " s4 %08x s5 %08x s6 %08x s7 %08x\n", in dump_registers()
173 _LOG(log, scopeFlags, " t8 %08x t9 %08x k0 %08x k1 %08x\n", in dump_registers()
175 _LOG(log, scopeFlags, " gp %08x sp %08x s8 %08x ra %08x\n", in dump_registers()
177 _LOG(log, scopeFlags, " hi %08x lo %08x bva %08x epc %08x\n", in dump_registers()