Function report |
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 activity | Download SCCT | Chinese |
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]) |
433 | setundefined : |
434 | state = BP_UNDEFINED |
438 | If remove_all_hw_break Then remove_all_hw_break() |
441 | Return 0 |
Name | Describe |
---|---|
kgdb_reenter_check | |
gdb_cmd_status | Handle the '?' status packets |
gdb_cmd_detachkill | Handle the 'D' or 'k', detach or kill packets |
gdb_cmd_exception_pass | Handle the 'C' signal / exception passing packets |
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 |