函数逻辑报告 |
Source Code:kernel\debug\debug_core.c |
Create Date:2022-07-27 12:42:04 |
Last Modify:2020-03-17 19:04:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kgdb_breakpoint - generate breakpoint exception* This function will generate a breakpoint exception. It is used at the* beginning of a program to sync up with a debugger and can be used* otherwise as a quick means to stop program execution and "break" into
函数原型:noinline void kgdb_breakpoint(void)
返回类型:void
参数:无
1155 | atomic_inc( & kgdb_setting_breakpoint) |
1156 | wmb() |
1157 | arch_kgdb_breakpoint() |
1158 | wmb() |
1159 | atomic_dec( & kgdb_setting_breakpoint) |
名称 | 描述 |
---|---|
kgdb_panic | |
dbg_notify_reboot | |
kgdb_tasklet_bpt | There are times a tasklet needs to be used vs a compiled in* break point so as to cause an exception outside a kgdb I/O module,* such as is the case with kgdboe, where calling a breakpoint in the* I/O driver itself would be fatal. |
kgdb_initial_breakpoint |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |