|
iPXE
|
Data Fields | |
| struct gdb_transport * | trans |
| int | exit_handler |
| int | signo |
| gdbreg_t * | regs |
| void(* | parse )(struct gdbstub *stub, char ch) |
| uint8_t | cksum1 |
| char | buf [SIZEOF_PAYLOAD+4] |
| char * | payload |
| int | len |
| struct gdb_transport* gdbstub::trans |
| int gdbstub::signo |
Definition at line 50 of file gdbstub.c.
Referenced by gdbstub_handler().
| char gdbstub::buf[SIZEOF_PAYLOAD+4] |