Function report |
Source Code:lib\debugobjects.c |
Create Date:2022-07-28 06:55:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:debug_object_init - debug checks when an object is initialized*@addr: address of the object*@descr: pointer to an object specific debug description structure
Proto:void debug_object_init(void *addr, struct debug_obj_descr *descr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | addr | |
struct debug_obj_descr * | descr |
592 | If Not debug_objects_enabled Then Return |
595 | __debug_object_init(addr, descr, 0) |
Name | Describe |
---|---|
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_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 |
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 |