Searched refs:gdb_byte (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | server.h | 188 typedef unsigned char gdb_byte; typedef 324 int remote_escape_output (const gdb_byte *buffer, int len, 325 gdb_byte *out_buf, int *out_len,
|
D | remote-utils.c | 697 remote_escape_output (const gdb_byte *buffer, int len, in remote_escape_output() 698 gdb_byte *out_buf, int *out_len, in remote_escape_output() 705 gdb_byte b = buffer[input_index]; in remote_escape_output() 734 int remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() 735 gdb_byte *out_buf, int out_maxlen) in remote_unescape_input() 743 gdb_byte b = buffer[input_index]; in remote_unescape_input() 1251 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
|