Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c500 thread = kgdb_usethread; in gdb_get_regs_helper()
549 if (kgdb_usethread && kgdb_usethread != current) { in gdb_cmd_setregs()
622 !(!kgdb_usethread || kgdb_usethread == current) || in gdb_cmd_reg_set()
826 kgdb_usethread = thread; in gdb_cmd_task()
964 kgdb_usethread = kgdb_info[ks->cpu].task; in gdb_serial_stub()
H A Ddebug_core.c126 struct task_struct *kgdb_usethread; variable
/OK3568_Linux_fs/kernel/include/linux/
H A Dkgdb.h58 extern struct task_struct *kgdb_usethread;