Home
last modified time | relevance | path

Searched refs:gdbstub_tx_packet (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/core/
Dgdbstub.c138 static void gdbstub_tx_packet ( struct gdbstub *stub ) { in gdbstub_tx_packet() function
153 gdbstub_tx_packet ( stub ); in gdbstub_send_ok()
161 gdbstub_tx_packet ( stub ); in gdbstub_send_num_packet()
201 gdbstub_tx_packet ( stub ); in gdbstub_read_regs()
222 gdbstub_tx_packet ( stub ); in gdbstub_read_mem()
260 gdbstub_tx_packet ( stub ); in gdbstub_breakpoint()
296 gdbstub_tx_packet ( stub ); in gdbstub_rx_packet()
350 gdbstub_tx_packet ( stub ); in gdbstub_state_wait_ack()
/external/syslinux/com32/gdbstub/
Dgdbstub.c312 static void gdbstub_tx_packet(struct gdbstub *stub) in gdbstub_tx_packet() function
329 gdbstub_tx_packet(stub); in gdbstub_send_ok()
338 gdbstub_tx_packet(stub); in gdbstub_send_num_packet()
383 gdbstub_tx_packet(stub); in gdbstub_read_regs()
408 gdbstub_tx_packet(stub); in gdbstub_read_mem()
452 gdbstub_tx_packet(stub); in gdbstub_breakpoint()
489 gdbstub_tx_packet(stub); in gdbstub_rx_packet()
549 gdbstub_tx_packet(stub); in gdbstub_state_wait_ack()