Searched refs:db_backtrace (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/powerpc/powerpc/
H A Ddb_trace.c134 db_backtrace(struct thread *td, db_addr_t fp, int count) function
304 db_backtrace(curthread, *(db_addr_t *)addr, -1);
313 return (db_backtrace(td, (db_addr_t)ctx->pcb_sp, count));
/freebsd-11-stable/sys/sparc64/sparc64/
H A Ddb_trace.c220 db_backtrace(struct thread *td, struct frame *fp, int count) function
279 db_backtrace(curthread,
289 return (db_backtrace(td,
/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c411 db_backtrace(struct thread *td, struct trapframe *tf, struct i386_frame *frame, function
568 db_backtrace(curthread, NULL, frame, callpc, 0, -1);
579 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp,
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c278 db_backtrace(struct thread *td, struct trapframe *tf, struct amd64_frame *frame, function
389 db_backtrace(curthread, NULL, frame, callpc, 0, -1);
400 return (db_backtrace(thr, tf, (struct amd64_frame *)ctx->pcb_rbp,

Completed in 70 milliseconds