Home
last modified time | relevance | path

Searched refs:gdb_byte (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dserver.h180 typedef unsigned char gdb_byte; typedef
316 int remote_escape_output (const gdb_byte *buffer, int len,
317 gdb_byte *out_buf, int *out_len,
Dremote-utils.c694 remote_escape_output (const gdb_byte *buffer, int len, in remote_escape_output()
695 gdb_byte *out_buf, int *out_len, in remote_escape_output()
702 gdb_byte b = buffer[input_index]; in remote_escape_output()
731 int remote_unescape_input (const gdb_byte *buffer, int len, in remote_unescape_input()
732 gdb_byte *out_buf, int out_maxlen) in remote_unescape_input()
740 gdb_byte b = buffer[input_index]; in remote_unescape_input()
1240 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i, in decode_X_packet()