Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kdb_ss* Process the 'ss' (Single Step) command

Proto:static int kdb_ss(int argc, const char **argv)

Type:int

Parameter:

TypeParameterName
intargc
const char **argv
508  If argc != 0 Then Return KDB_ARGCOUNT
513  KDB_STATE_SET(DOING_SS)
514  Return KDB_CMD_SS