Searched refs:gdb_byte (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | remote-utils.c | 576 remote_escape_output (const gdb_byte *buffer, int len, in remote_escape_output() 577 gdb_byte *out_buf, int *out_len, in remote_escape_output() 584 gdb_byte b = buffer[input_index]; in remote_escape_output() 613 int remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input() 614 gdb_byte *out_buf, int out_maxlen) in remote_unescape_input() 622 gdb_byte b = buffer[input_index]; in remote_unescape_input() 1092 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()
|
D | server.h | 177 typedef unsigned char gdb_byte; typedef 299 int remote_escape_output (const gdb_byte *buffer, int len, 300 gdb_byte *out_buf, int *out_len,
|