Lines Matching refs:unw_debug

35 #define unw_debug(fmt, ...)			\  macro
41 #define unw_debug(fmt, ...) macro
396 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
665 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
677 unw_debug("r%lu: ", reg); in set_rule()
680 unw_debug("s "); in set_rule()
683 unw_debug("c(%lu) ", value); in set_rule()
686 unw_debug("r(%lu) ", value); in set_rule()
689 unw_debug("v(%lu) ", value); in set_rule()
726 unw_debug("cfa nop "); in processCFI()
733 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
736 unw_debug("\ncfa advance loc1:"); in processCFI()
743 unw_debug("\ncfa advance loc2:"); in processCFI()
749 unw_debug("\ncfa advance loc4:"); in processCFI()
755 unw_debug("cfa_offset_extended: "); in processCFI()
775 unw_debug("cfa_restore_extended: "); in processCFI()
777 unw_debug("cfa_undefined: "); in processCFI()
779 unw_debug("cfa_same_value: "); in processCFI()
784 unw_debug("cfa_register: "); in processCFI()
791 unw_debug("cfa_remember_state: "); in processCFI()
801 unw_debug("cfa_restore_state: "); in processCFI()
823 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
827 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
838 unw_debug("cfa_def_cfa_regsiter: "); in processCFI()
857 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
863 unw_debug("\ncfa_adv_loc: "); in processCFI()
867 unw_debug("cfa_offset: "); in processCFI()
873 unw_debug("cfa_restore: "); in processCFI()
908 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
909 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
919 unw_debug("\nStack Dump:\n"); in arc_unwind()
921 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
922 unw_debug("\n"); in arc_unwind()
1054 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1055 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1057 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1058 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1132 unw_debug("\nProcess instructions\n"); in arc_unwind()
1148 unw_debug("\n"); in arc_unwind()
1150 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1160 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1163 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1166 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1171 unw_debug("\n"); in arc_unwind()
1188 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1232 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1307 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()