Home
last modified time | relevance | path

Searched refs:kgdb_thr_lookup_pid (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
Dkgdb.h65 struct kthr *kgdb_thr_lookup_pid(int);
Dkthr.c187 kgdb_thr_lookup_pid(int pid) in kgdb_thr_lookup_pid() function
Dtrgt.c288 thr = kgdb_thr_lookup_pid((int)addr); in kgdb_set_proc_cmd()