Function report |
Source Code:kernel\debug\gdbstub.c |
Create Date:2022-07-28 11:38:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Send the packet in buffer.* Check for gdb connection if asked for.
Proto:static void put_packet(char *buffer)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buffer |
154 | When 1 cycle |
155 | write_char('$') |
156 | checksum = 0 |
157 | count = 0 |
165 | write_char('#') |
166 | write_char(hex_asc_hi(checksum)) |
167 | write_char(hex_asc_lo(checksum)) |
174 | If ch == 3 Then ch = GDB remote protocol parser: |
178 | If ch == '+' Then Return |
187 | If ch == '$' Then |
Name | Describe |
---|---|
gdbstub_msg_write | |
gdb_cmd_detachkill | Handle the 'D' or 'k', detach or kill packets |
gdb_cmd_reboot | Handle the 'R' reboot packets |
gdb_serial_stub | This function performs all gdbserial command procesing |
gdbstub_state |
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 |