Searched refs:unpack_string (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote.c | 1129 static char *unpack_string (char *src, char *dest, int length); 1318 unpack_string (char *src, char *dest, int length) in unpack_string() function 1527 pkt = unpack_string (pkt, &info->shortname[0], length); in remote_unpack_thread_info_response() 1533 pkt = unpack_string (pkt, &info->display[0], length); in remote_unpack_thread_info_response() 1539 pkt = unpack_string (pkt, &info->more_display[0], length); in remote_unpack_thread_info_response()
|