db_interface.c | 585 struct trapframe *tf, *tfbot; local in function:db_frame_cmd 612 __asm("stc r6_bank, %0" : "=r"(tf)); 615 __db_print_tfstack(tf, tfbot); 620 __db_print_tfstack(struct trapframe *tf, struct trapframe *tfbot) 623 (uint32_t)tf, (uint32_t)tfbot); 625 for (; tf != tfbot; tf++) { 626 db_printf("-- %p-%p --\n", tf, tf + 1); 627 db_printf("tf_expevt\t0x%08x\n", tf->tf_expevt) [all...] |