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:07
Last Modify:2020-03-17 19:04:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kkgdb_unregister_io_module - unregister KGDB IO module*@old_dbg_io_ops: the io ops vector* Unregister it with the KGDB core.

Proto:void kgdb_unregister_io_module(struct kgdb_io *old_dbg_io_ops)

Type:void

Parameter:

TypeParameterName
struct kgdb_io *old_dbg_io_ops
1113  BUG_ON(kgdb_connected - Is a host GDB connected to us?)
1119  kgdb_unregister_callbacks()
1121  spin_lock( & kgdb_registration_lock)
1123  WARN_ON_ONCE(dbg_io_ops != old_dbg_io_ops)
1124  dbg_io_ops = NULL
1126  spin_unlock( & kgdb_registration_lock)
1128  pr_info("Unregistered I/O driver %s, debugger disabled\n", name)