db_trace.c | 114 static void stacktop(db_regs_t *, struct stackpos *, 122 stacktop(db_regs_t *regs, struct stackpos *sp, void (*pr)(const char *, ...)) function in typeref:typename:void 238 * is called from stacktop() and from nextframe(). Our caller will do 425 stacktop(&ddb_regs, &pos, pr);
|