Lines Matching refs:unw_debug
35 #define unw_debug(fmt, ...) \ macro
41 #define unw_debug(fmt, ...) macro
398 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
675 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
687 unw_debug("r%lu: ", reg); in set_rule()
690 unw_debug("s "); in set_rule()
693 unw_debug("c(%lu) ", value); in set_rule()
696 unw_debug("r(%lu) ", value); in set_rule()
699 unw_debug("v(%lu) ", value); in set_rule()
736 unw_debug("cfa nop "); in processCFI()
743 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
746 unw_debug("\ncfa advance loc1:"); in processCFI()
753 unw_debug("\ncfa advance loc2:"); in processCFI()
759 unw_debug("\ncfa advance loc4:"); in processCFI()
765 unw_debug("cfa_offset_extended: "); in processCFI()
785 unw_debug("cfa_restore_extended: "); in processCFI()
787 unw_debug("cfa_undefined: "); in processCFI()
789 unw_debug("cfa_same_value: "); in processCFI()
794 unw_debug("cfa_register: "); in processCFI()
801 unw_debug("cfa_remember_state: "); in processCFI()
811 unw_debug("cfa_restore_state: "); in processCFI()
833 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
837 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
848 unw_debug("cfa_def_cfa_register: "); in processCFI()
867 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
873 unw_debug("\ncfa_adv_loc: "); in processCFI()
877 unw_debug("cfa_offset: "); in processCFI()
883 unw_debug("cfa_restore: "); in processCFI()
918 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
919 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
929 unw_debug("\nStack Dump:\n"); in arc_unwind()
931 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
932 unw_debug("\n"); in arc_unwind()
1064 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1065 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1067 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1068 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1142 unw_debug("\nProcess instructions\n"); in arc_unwind()
1158 unw_debug("\n"); in arc_unwind()
1160 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1170 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1173 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1176 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1181 unw_debug("\n"); in arc_unwind()
1198 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1242 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1317 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()