Deleted Added
full compact
26c26
< * $FreeBSD: head/gnu/usr.bin/gdb/kgdb/kgdb.h 132624 2004-07-25 05:29:15Z marcel $
---
> * $FreeBSD: head/gnu/usr.bin/gdb/kgdb/kgdb.h 142151 2005-02-20 22:55:07Z kan $
31a32,33
> struct thread_info;
>
36a39
> uintptr_t paddr;
40a44
> int pid;
51c55,58
< struct kthr *kgdb_thr_lookup(int);
---
> struct kthr *kgdb_thr_lookup_tid(int);
> struct kthr *kgdb_thr_lookup_pid(int);
> struct kthr *kgdb_thr_lookup_paddr(uintptr_t);
> struct kthr *kgdb_thr_lookup_taddr(uintptr_t);
53a61
> char *kgdb_thr_extra_thread_info(int);