HomeSort by relevance Sort by last modified time
    Searched refs:gdb_byte (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
server.h 205 typedef unsigned char gdb_byte; typedef
326 int remote_escape_output (const gdb_byte *buffer, int len,
327 gdb_byte *out_buf, int *out_len,
remote-utils.c 552 remote_escape_output (const gdb_byte *buffer, int len,
553 gdb_byte *out_buf, int *out_len,
560 gdb_byte b = buffer[input_index];
589 int remote_unescape_input (const gdb_byte *buffer, int len,
590 gdb_byte *out_buf, int out_maxlen)
598 gdb_byte b = buffer[input_index];
1069 if (remote_unescape_input ((const gdb_byte *) &from[i], packet_len - i,

Completed in 41 milliseconds