Lines Matching refs:unw_debug
32 #define unw_debug(fmt, ...) \ macro
38 #define unw_debug(fmt, ...) macro
393 unw_debug("Table added for [%s] %lx %lx\n", in unwind_add_table()
671 unw_debug("delta %3lu => loc 0x%lx: ", delta, state->loc); in advance_loc()
683 unw_debug("r%lu: ", reg); in set_rule()
686 unw_debug("s "); in set_rule()
689 unw_debug("c(%lu) ", value); in set_rule()
692 unw_debug("r(%lu) ", value); in set_rule()
695 unw_debug("v(%lu) ", value); in set_rule()
732 unw_debug("cfa nop "); in processCFI()
739 unw_debug("cfa_set_loc: 0x%lx ", state->loc); in processCFI()
742 unw_debug("\ncfa advance loc1:"); in processCFI()
749 unw_debug("\ncfa advance loc2:"); in processCFI()
755 unw_debug("\ncfa advance loc4:"); in processCFI()
761 unw_debug("cfa_offset_extended: "); in processCFI()
781 unw_debug("cfa_restore_extended: "); in processCFI()
783 unw_debug("cfa_undefined: "); in processCFI()
785 unw_debug("cfa_same_value: "); in processCFI()
790 unw_debug("cfa_register: "); in processCFI()
797 unw_debug("cfa_remember_state: "); in processCFI()
807 unw_debug("cfa_restore_state: "); in processCFI()
829 unw_debug("cfa_def_cfa: r%lu ", state->cfa.reg); in processCFI()
833 unw_debug("cfa_def_cfa_offset: 0x%lx ", in processCFI()
844 unw_debug("cfa_def_cfa_register: "); in processCFI()
863 unw_debug("UNKNOWN OPCODE 0x%x\n", opcode); in processCFI()
869 unw_debug("\ncfa_adv_loc: "); in processCFI()
873 unw_debug("cfa_offset: "); in processCFI()
879 unw_debug("cfa_restore: "); in processCFI()
914 unw_debug("\n\nUNWIND FRAME:\n"); in arc_unwind()
915 unw_debug("PC: 0x%lx BLINK: 0x%lx, SP: 0x%lx, FP: 0x%x\n", in arc_unwind()
925 unw_debug("\nStack Dump:\n"); in arc_unwind()
927 unw_debug("0x%p: 0x%lx\n", sptr, *sptr); in arc_unwind()
928 unw_debug("\n"); in arc_unwind()
1060 unw_debug("CIE Frame Info:\n"); in arc_unwind()
1061 unw_debug("return Address register 0x%lx\n", in arc_unwind()
1063 unw_debug("data Align: %ld\n", state.dataAlign); in arc_unwind()
1064 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()
1138 unw_debug("\nProcess instructions\n"); in arc_unwind()
1154 unw_debug("\n"); in arc_unwind()
1156 unw_debug("\nRegister State Based on the rules parsed from FDE:\n"); in arc_unwind()
1166 unw_debug(" r%d: c(%lu),", i, state.regs[i].value); in arc_unwind()
1169 unw_debug(" r%d: r(%lu),", i, state.regs[i].value); in arc_unwind()
1172 unw_debug(" r%d: v(%lu),", i, state.regs[i].value); in arc_unwind()
1177 unw_debug("\n"); in arc_unwind()
1194 unw_debug("\nCFA reg: 0x%lx, offset: 0x%lx => 0x%lx\n", in arc_unwind()
1238 unw_debug("\nRegister state after evaluation with realtime Stack:\n"); in arc_unwind()
1313 unw_debug("r%d: 0x%lx ", i, *fptr); in arc_unwind()