Lines Matching refs:unw_debug

32 #define unw_debug(fmt, ...)			\  macro
38 #define unw_debug(fmt, ...) macro
394 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
672 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
684 unw_debug("r%lu: ", reg); in set_rule()
687 unw_debug("s "); in set_rule()
690 unw_debug("c(%lu) ", value); in set_rule()
693 unw_debug("r(%lu) ", value); in set_rule()
696 unw_debug("v(%lu) ", value); in set_rule()
733 unw_debug("cfa nop "); in processCFI()
740 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
743 unw_debug("\ncfa advance loc1:"); in processCFI()
750 unw_debug("\ncfa advance loc2:"); in processCFI()
756 unw_debug("\ncfa advance loc4:"); in processCFI()
762 unw_debug("cfa_offset_extended: "); in processCFI()
782 unw_debug("cfa_restore_extended: "); in processCFI()
784 unw_debug("cfa_undefined: "); in processCFI()
786 unw_debug("cfa_same_value: "); in processCFI()
791 unw_debug("cfa_register: "); in processCFI()
798 unw_debug("cfa_remember_state: "); in processCFI()
808 unw_debug("cfa_restore_state: "); in processCFI()
830 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
834 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
845 unw_debug("cfa_def_cfa_register: "); in processCFI()
864 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
870 unw_debug("\ncfa_adv_loc: "); in processCFI()
874 unw_debug("cfa_offset: "); in processCFI()
880 unw_debug("cfa_restore: "); in processCFI()
915 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
916 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
926 unw_debug("\nStack Dump:\n"); in arc_unwind()
928 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
929 unw_debug("\n"); in arc_unwind()
1061 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1062 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1064 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1065 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1139 unw_debug("\nProcess instructions\n"); in arc_unwind()
1155 unw_debug("\n"); in arc_unwind()
1157 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1167 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1170 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1173 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1178 unw_debug("\n"); in arc_unwind()
1193 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1237 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1312 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()