Function report |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-28 11:40:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_cmderror
Proto:static void kdb_cmderror(int diag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | diag |
632 | If diag >= 0 Then |
633 | kdb_printf("no error detected (diagnostic is %d)\n", diag) |
634 | Return |
637 | When i < __nkdb_err cycle |
638 | If kdb diagnostic == diag Then |
639 | kdb_printf("diag: %d: %s\n", diag, Corresponding message text ) |
640 | Return |
644 | kdb_printf("Unknown diag %d\n", - diag) |
Name | Describe |
---|---|
kdb_local | kdb_local - The main code for kdb |
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 |