Lines Matching refs:unw_debug

32 #define unw_debug(fmt, ...)			\  macro
38 #define unw_debug(fmt, ...) macro
391 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
669 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
681 unw_debug("r%lu: ", reg); in set_rule()
684 unw_debug("s "); in set_rule()
687 unw_debug("c(%lu) ", value); in set_rule()
690 unw_debug("r(%lu) ", value); in set_rule()
693 unw_debug("v(%lu) ", value); in set_rule()
730 unw_debug("cfa nop "); in processCFI()
737 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
740 unw_debug("\ncfa advance loc1:"); in processCFI()
747 unw_debug("\ncfa advance loc2:"); in processCFI()
753 unw_debug("\ncfa advance loc4:"); in processCFI()
759 unw_debug("cfa_offset_extended: "); in processCFI()
779 unw_debug("cfa_restore_extended: "); in processCFI()
781 unw_debug("cfa_undefined: "); in processCFI()
783 unw_debug("cfa_same_value: "); in processCFI()
788 unw_debug("cfa_register: "); in processCFI()
795 unw_debug("cfa_remember_state: "); in processCFI()
805 unw_debug("cfa_restore_state: "); in processCFI()
827 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
831 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
842 unw_debug("cfa_def_cfa_register: "); in processCFI()
861 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
867 unw_debug("\ncfa_adv_loc: "); in processCFI()
871 unw_debug("cfa_offset: "); in processCFI()
877 unw_debug("cfa_restore: "); in processCFI()
912 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
913 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
923 unw_debug("\nStack Dump:\n"); in arc_unwind()
925 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
926 unw_debug("\n"); in arc_unwind()
1058 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1059 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1061 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1062 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1136 unw_debug("\nProcess instructions\n"); in arc_unwind()
1152 unw_debug("\n"); in arc_unwind()
1154 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1164 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1167 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1170 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1175 unw_debug("\n"); in arc_unwind()
1190 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1234 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1309 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()