Function report |
Source Code:kernel\debug\gdbstub.c |
Create Date:2022-07-28 11:39:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:gdbstub_exit - Send an exit message to GDB*@status: The exit code to report.
Proto:void gdbstub_exit(int status)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | status |
1120 | If Not kgdb_connected - Is a host GDB connected to us? Then Return |
1124 | If Not dbg_io_ops || Use kdb or gdbserver mode Then Return |
1127 | buffer[0] = 'W' |
1128 | buffer[1] = hex_asc_hi(status) |
1129 | buffer[2] = hex_asc_lo(status) |
1131 | write_char('$') |
1132 | checksum = 0 |
1140 | write_char('#') |
1141 | write_char(hex_asc_hi(checksum)) |
1142 | write_char(hex_asc_lo(checksum)) |
Name | Describe |
---|---|
dbg_notify_reboot |
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 |