Lines Matching refs:unw_debug

35 #define unw_debug(fmt, ...)			\  macro
41 #define unw_debug(fmt, ...) macro
381 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
652 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
664 unw_debug("r%lu: ", reg); in set_rule()
667 unw_debug("s "); in set_rule()
670 unw_debug("c(%lu) ", value); in set_rule()
673 unw_debug("r(%lu) ", value); in set_rule()
676 unw_debug("v(%lu) ", value); in set_rule()
713 unw_debug("cfa nop "); in processCFI()
720 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
723 unw_debug("\ncfa advance loc1:"); in processCFI()
730 unw_debug("\ncfa advance loc2:"); in processCFI()
736 unw_debug("\ncfa advance loc4:"); in processCFI()
742 unw_debug("cfa_offset_extended: "); in processCFI()
762 unw_debug("cfa_restore_extended: "); in processCFI()
764 unw_debug("cfa_undefined: "); in processCFI()
766 unw_debug("cfa_same_value: "); in processCFI()
771 unw_debug("cfa_register: "); in processCFI()
778 unw_debug("cfa_remember_state: "); in processCFI()
788 unw_debug("cfa_restore_state: "); in processCFI()
810 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
814 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
825 unw_debug("cfa_def_cfa_regsiter: "); in processCFI()
844 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
850 unw_debug("\ncfa_adv_loc: "); in processCFI()
854 unw_debug("cfa_offset: "); in processCFI()
860 unw_debug("cfa_restore: "); in processCFI()
895 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
896 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
906 unw_debug("\nStack Dump:\n"); in arc_unwind()
908 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
909 unw_debug("\n"); in arc_unwind()
1072 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1073 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1075 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1076 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1150 unw_debug("\nProcess instructions\n"); in arc_unwind()
1166 unw_debug("\n"); in arc_unwind()
1168 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1178 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1181 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1184 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1189 unw_debug("\n"); in arc_unwind()
1206 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1250 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1325 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()