函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-27 12:41:55
Last Modify:2020-03-17 19:04:10 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kgdb_console_write

函数原型:static void kgdb_console_write(struct console *co, const char *s, unsigned count)

返回类型:void

参数:

类型参数名称
struct console *co
const char *s
unsignedcount
889  如果非kgdb_connected - Is a host GDB connected to us?atomic_read( & The CPU# of the active CPU, or -1 if none:)不等于负1或Use kdb or gdbserver mode 则返回
892  local_irq_save(flags)
893  gdbstub_msg_write(s, count)
894  local_irq_restore(flags)