Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-28 11:38:00
Last Modify:2020-03-17 19:04:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kgdb_console_write

Proto:static void kgdb_console_write(struct console *co, const char *s, unsigned count)

Type:void

Parameter:

TypeParameterName
struct console *co
const char *s
unsignedcount
889  If Not 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 Then Return
892  local_irq_save(flags)
893  gdbstub_msg_write(s, count)
894  local_irq_restore(flags)