函数逻辑报告 | 
Source Code:kernel\debug\gdbstub.c | 
Create Date:2022-07-27 12:43:10 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:gdbstub_exit - Send an exit message to GDB*@status: The exit code to report.
函数原型:void gdbstub_exit(int status)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| int | status | 
| 1124 | 如果非dbg_io_ops或Use kdb or gdbserver mode 则返回 | 
| 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)) | 
| 名称 | 描述 | 
|---|---|
| dbg_notify_reboot | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |