函数逻辑报告 |
Source Code:kernel\debug\debug_core.c |
Create Date:2022-07-27 12:41:35 |
Last Modify:2020-03-17 19:04:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dbg_remove_all_break
函数原型:int dbg_remove_all_break(void)
返回类型:int
参数:无
426 | 以i小于KGDB_MAX_BREAKPOINTS循环 |
427 | 如果state不等于BP_ACTIVE则转到: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 |
441 | 返回:0 |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |