Home
last modified time | relevance | path

Searched refs:db_backtrace (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Ddb_trace.c267 db_backtrace(struct thread *td, struct trapframe *tf, struct amd64_frame *frame, in db_backtrace() function
378 db_backtrace(curthread, NULL, frame, callpc, 0, -1); in db_trace_self()
389 return (db_backtrace(thr, tf, (struct amd64_frame *)ctx->pcb_rbp, in db_trace_thread()
/f-stack/freebsd/i386/i386/
H A Ddb_trace.c436 db_backtrace(struct thread *td, struct trapframe *tf, struct i386_frame *frame, in db_backtrace() function
605 db_backtrace(curthread, NULL, frame, callpc, 0, -1); in db_trace_self()
616 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp, in db_trace_thread()