diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-21 05:07:09 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-07-21 05:07:09 +0000 |
| commit | fd32d93b97086acaf80526bbb55f735b35d074fb (patch) | |
| tree | d5fc2d68f79fbda0540ae3a2ae9071f9971b6988 /sys/powerpc | |
| parent | 3d4f3136950aa42a91dd2c6842d6d1ca1739ad9d (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/powerpc/db_trace.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/powerpc/powerpc/db_trace.c b/sys/powerpc/powerpc/db_trace.c index a4291d95c469..9fe1cc38322a 100644 --- a/sys/powerpc/powerpc/db_trace.c +++ b/sys/powerpc/powerpc/db_trace.c @@ -267,20 +267,6 @@ db_backtrace(struct thread *td, db_addr_t fp, int count) } void -db_stack_trace_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count, - char *modif) -{ - struct thread *td; - - td = (have_addr) ? kdb_thr_lookup(addr) : kdb_thread; - if (td == NULL) { - db_printf("Thread %d not found\n", (int)addr); - return; - } - db_trace_thread(td, count); -} - -void db_trace_self(void) { db_addr_t addr; |
