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

Name:Some architectures need cache flushes when we set/clear a* breakpoint:

Proto:static void kgdb_flush_swbreak_addr(unsigned long addr)

Type:void

Parameter:

TypeParameterName
unsigned longaddr
286  If Not CACHE_FLUSH_IS_SAFE Then Return
289  If mm Then
292  When i < VMACACHE_SIZE cycle
293  If Not vmas[i] Then Continue
301  flush_icache_range(addr, addr + BREAK_INSTR_SIZE)
Caller
NameDescribe
dbg_activate_sw_breakpointsSW breakpoint management:
dbg_deactivate_sw_breakpoints