Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/debug/
Dgdbstub.c499 thread = kgdb_usethread; in gdb_get_regs_helper()
548 if (kgdb_usethread && kgdb_usethread != current) { in gdb_cmd_setregs()
621 !(!kgdb_usethread || kgdb_usethread == current) || in gdb_cmd_reg_set()
812 kgdb_usethread = thread; in gdb_cmd_task()
950 kgdb_usethread = kgdb_info[ks->cpu].task; in gdb_serial_stub()
Ddebug_core.c133 struct task_struct *kgdb_usethread; variable
/linux-4.4.14/include/linux/
Dkgdb.h57 extern struct task_struct *kgdb_usethread;