Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return true if there is a valid kgdb I/O module

Proto:static int kgdb_io_ready(int print_wait)

Type:int

Parameter:

TypeParameterName
intprint_wait
486  If Not dbg_io_ops Then Return 0
488  If kgdb_connected - Is a host GDB connected to us? Then Return 1
490  If atomic_read( & kgdb_setting_breakpoint) Then Return 1
492  If print_wait Then
494  If Not Use kdb or gdbserver mode Then pr_crit("waiting... or $3#33 for KDB\n")
500  Return 1
Caller
NameDescribe
kgdb_cpu_enter