函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_bp.c |
Create Date:2022-07-27 12:48:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdb_bp_install* Install kdb_breakpoints prior to returning from the* kernel debugger. This allows the kdb_breakpoints to be set* upon functions that are used internally by kdb, such as* printk(). This function is only called once per kdb session.
函数原型:void kdb_bp_install(struct pt_regs *regs)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pt_regs * | regs |
179 | bp等于Table of kdb_breakpoints[i] |
182 | kdb_printf("%s: bp %d bp_enabled %d\n", __func__, i, Breakpoint is active in register ) |
名称 | 描述 |
---|---|
kdb_stub |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |