Searched refs:gdbstub_from_hex_buf (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/core/ |
D | gdbstub.c | 78 static void gdbstub_from_hex_buf ( char *dst, char *src, int lenbytes ) { in gdbstub_from_hex_buf() function 209 gdbstub_from_hex_buf ( ( char * ) stub->regs, &stub->payload [ 1 ], GDBMACH_SIZEOF_REGS ); in gdbstub_write_regs() 234 …gdbstub_from_hex_buf ( ( char * ) args [ 0 ], &stub->payload [ colon + 1 ], ( stub->len - colon - … in gdbstub_write_mem()
|
/external/syslinux/com32/gdbstub/ |
D | gdbstub.c | 249 static void gdbstub_from_hex_buf(char *dst, char *src, int lenbytes) in gdbstub_from_hex_buf() function 392 gdbstub_from_hex_buf((char *)stub->regs, &stub->payload[1], in gdbstub_write_regs() 421 gdbstub_from_hex_buf((char *)args[0], &stub->payload[colon + 1], in gdbstub_write_mem()
|