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:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kdb_env - This function implements the 'env' command. Display the* current environment variables.

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

Type:int

Parameter:

TypeParameterName
intargc
const char **argv
2075  When i < __nenv cycle
2076  If Initial environment[i] Then kdb_printf("%s\n", Initial environment[i])
2080  If KDB_DEBUG(MASK) Then kdb_printf("KDBFLAGS=0x%x\n", Kernel debugger state flags)
2083  Return 0