Searched refs:kgdb_usethread (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/debug/
H A Dgdbstub.c497 thread = kgdb_usethread;
546 if (kgdb_usethread && kgdb_usethread != current) {
619 !(!kgdb_usethread || kgdb_usethread == current) ||
823 kgdb_usethread = thread;
961 kgdb_usethread = kgdb_info[ks->cpu].task;
H A Ddebug_core.c121 struct task_struct *kgdb_usethread; variable in typeref:struct:task_struct
/linux-master/include/linux/
H A Dkgdb.h58 extern struct task_struct *kgdb_usethread;

Completed in 142 milliseconds