函数逻辑报告 |
Source Code:lib\debugobjects.c |
Create Date:2022-07-27 07:52:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Try to repair the damage, so we have a better chance to get useful* debug output.
函数原型:static bool debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), void *addr, enum debug_obj_state state)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
bool (* | fixup | |
void * | addr | |
enum debug_obj_state | state |
502 | debug_objects_fixups自加 |
503 | 返回:true |
505 | 返回:false |
名称 | 描述 |
---|---|
__debug_object_init | |
debug_object_activate | debug_object_activate - debug checks when an object is activated*@addr: address of the object*@descr: pointer to an object specific debug description structure* Returns 0 for success, -EINVAL for check failed. |
debug_object_destroy | debug_object_destroy - debug checks when an object is destroyed*@addr: address of the object*@descr: pointer to an object specific debug description structure |
debug_object_free | debug_object_free - debug checks when an object is freed*@addr: address of the object*@descr: pointer to an object specific debug description structure |
debug_object_assert_init | debug_object_assert_init - debug checks when object should be init-ed*@addr: address of the object*@descr: pointer to an object specific debug description structure |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |