Searched refs:db_nextframe (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 127 static void db_nextframe(struct amd64_frame **, db_addr_t *, struct thread *); 173 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe() function 351 db_nextframe(&frame, &pc, td); in db_backtrace()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 195 static void db_nextframe(struct i386_frame **, db_addr_t *, struct thread *); 296 db_nextframe(struct i386_frame **fp, db_addr_t *ip, struct thread *td) in db_nextframe() function 570 db_nextframe(&frame, &pc, td); in db_backtrace()
|