Function report |
Source Code:arch\x86\kernel\kgdb.c |
Create Date:2022-07-28 08:40:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kgdb_correct_hw_break
Proto:static void kgdb_correct_hw_break(void)
Type:void
Parameter:Nothing
198 | If Not enabled Then Continue |
200 | If dbg_is_early Then |
201 | set_debugreg(addr, breakno) |
202 | early_dr7 |= Encode the length, type, Exact, and Enable bits for a particular breakpoint* as stored in debug register 7. |
205 | set_debugreg(early_dr7, 7) |
206 | Continue |
208 | bp = per_cpu_ptr(pev, cpu) |
209 | info = counter_arch_bp(bp) |
210 | If disabled != 1 Then Continue |
222 | If Not dbg_is_early Then hw_breakpoint_restore() |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |