Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-28 11:41:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kdb_set_current_task

Proto:void kdb_set_current_task(struct task_struct *p)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
1144  kdb_current_task = p
1146  If kdb_task_has_cpu(p) Then
1147  kdb_current_regs = KDB_TSKREGS(kdb_process_cpu(p))
1148  Return
1150  kdb_current_regs = NULL
Caller
NameDescribe
kdb_pidkdb_pid - This function implements the 'pid' command which switches* the currently active process.* pid [ | R]
kdb_bt_cpu
kdb_bt