Searched refs:db_nextframe (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c197 static void db_nextframe(struct i386_frame **, db_addr_t *, struct thread *);
298 db_nextframe(struct i386_frame **fp, db_addr_t *ip, struct thread *td) function
476 * db_nextframe() works because the `next' pc is special).
541 db_nextframe(&frame, &pc, td);
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c130 static void db_nextframe(struct amd64_frame **, db_addr_t *, struct thread *);
176 db_nextframe(struct amd64_frame **fp, db_addr_t *ip, struct thread *td) function
304 * db_nextframe() works because the `next' pc is special).
362 db_nextframe(&frame, &pc, td);

Completed in 66 milliseconds