Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Dgdbstub.c165 static int gdbstub_get_packet_args ( struct gdbstub *stub, unsigned long *args, int nargs, int *sto… in gdbstub_get_packet_args() function
215 if ( !gdbstub_get_packet_args ( stub, args, sizeof args / sizeof args [ 0 ], NULL ) ) { in gdbstub_read_mem()
228 if ( !gdbstub_get_packet_args ( stub, args, sizeof args / sizeof args [ 0 ], &colon ) || in gdbstub_write_mem()
240 if ( stub->len > 1 && gdbstub_get_packet_args ( stub, &pc, 1, NULL ) ) { in gdbstub_continue()
251 if ( !gdbstub_get_packet_args ( stub, args, sizeof args / sizeof args [ 0 ], NULL ) ) { in gdbstub_breakpoint()
/external/syslinux/com32/gdbstub/
Dgdbstub.c342 static int gdbstub_get_packet_args(struct gdbstub *stub, unsigned long *args, in gdbstub_get_packet_args() function
400 if (!gdbstub_get_packet_args in gdbstub_read_mem()
415 if (!gdbstub_get_packet_args in gdbstub_write_mem()
430 && gdbstub_get_packet_args(stub, (unsigned long *)&pc, 1, NULL)) { in gdbstub_continue()
442 if (!gdbstub_get_packet_args in gdbstub_breakpoint()