Function report |
Source Code:kernel\debug\gdbstub.c |
Create Date:2022-07-28 11:38:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Handle the 'H' task query packets
Proto:static void gdb_cmd_task(struct kgdb_state *ks)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kgdb_state * | ks |
805 | Case Our I/O buffers. [1] == 'g' |
806 | ptr = Our I/O buffers. [2] |
808 | thread = getthread(linux_regs, threadid) |
810 | error_packet(remcom_out_buffer, - EINVAL) |
811 | Break |
813 | kgdb_usethread = thread |
814 | kgdb_usethreadid = threadid |
815 | strcpy(remcom_out_buffer, "OK") |
816 | Break |
817 | Case Our I/O buffers. [1] == 'c' |
818 | ptr = Our I/O buffers. [2] |
820 | If Not threadid Then |
821 | kgdb_contthread = NULL |
822 | Else |
823 | thread = getthread(linux_regs, threadid) |
825 | error_packet(remcom_out_buffer, - EINVAL) |
826 | Break |
828 | kgdb_contthread = thread |
830 | strcpy(remcom_out_buffer, "OK") |
831 | Break |
Name | Describe |
---|---|
gdb_serial_stub | This function performs all gdbserial command procesing |
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 |