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

Name:dbg_remove_all_break

Proto:int dbg_remove_all_break(void)

Type:int

Parameter:Nothing

426  When i < KGDB_MAX_BREAKPOINTS cycle
427  If state != BP_ACTIVE Then Go to setundefined
429  error = kgdb_arch_remove_breakpoint( & Holds information about breakpoints in a kernel. These breakpoints are* added and removed by gdb.[i])
430  If error Then pr_err("breakpoint remove failed: %lx\n", bpt_addr)
433  setundefined :
434  state = BP_UNDEFINED
438  If remove_all_hw_break Then remove_all_hw_break()
441  Return 0
Caller
NameDescribe
kgdb_reenter_check
gdb_cmd_statusHandle the '?' status packets
gdb_cmd_detachkillHandle the 'D' or 'k', detach or kill packets
gdb_cmd_exception_passHandle the 'C' signal / exception passing packets