Searched refs:unpack_string (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | remote.c | 1894 static char *unpack_string (char *src, char *dest, int length); 2156 unpack_string (char *src, char *dest, int length) in unpack_string() function 2367 pkt = unpack_string (pkt, &info->shortname[0], length); in remote_unpack_thread_info_response() 2373 pkt = unpack_string (pkt, &info->display[0], length); in remote_unpack_thread_info_response() 2379 pkt = unpack_string (pkt, &info->more_display[0], length); in remote_unpack_thread_info_response()
|