Function report |
Source Code:kernel\debug\gdbstub.c |
Create Date:2022-07-28 11:38:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Convert the hex array pointed to by buf into binary to be placed in* mem. Return a pointer to the character AFTER the last byte* written. May return an error.
Proto:int kgdb_hex2mem(char *buf, char *mem, int count)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
char * | mem | |
int | count |
281 | tmp_raw-- |
Name | Describe |
---|---|
write_mem_msg | Write memory due to an 'M' or 'X' packet. |
gdb_cmd_setregs | Handle the 'G' set registers request |
gdb_cmd_query | Handle the 'q' query packets |
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 |