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

Name:dbg_deactivate_sw_breakpoints

Proto:int dbg_deactivate_sw_breakpoints(void)

Type:int

Parameter:Nothing

375  ret = 0
378  When i < KGDB_MAX_BREAKPOINTS cycle
379  If state != BP_ACTIVE Then Continue
381  error = kgdb_arch_remove_breakpoint( & Holds information about breakpoints in a kernel. These breakpoints are* added and removed by gdb.[i])
382  If error Then
383  pr_info("BP remove failed: %lx\n", bpt_addr)
385  ret = error
388  Some architectures need cache flushes when we set/clear a* breakpoint:
389  state = BP_SET
391  Return ret
Caller
NameDescribe
kgdb_reenter_check
kgdb_cpu_enter
kdb_stub