20 #ifndef COMMON_RSP_LOW_H 21 #define COMMON_RSP_LOW_H 31 extern int tohex (
int nib);
86 int *out_len_units,
int out_maxlen_bytes);
const char * unpack_varlen_hex(const char *buff, ULONGEST *result)
int hex2bin(const char *hex, gdb_byte *bin, int count)
std::string hex2str(const char *hex)
char * pack_nibble(char *buf, int nibble)
int remote_escape_output(const gdb_byte *buffer, int len_units, int unit_size, gdb_byte *out_buf, int *out_len_units, int out_maxlen_bytes)
int bin2hex(const gdb_byte *bin, char *hex, int count)
char * pack_hex_byte(char *pkt, int byte)
gdb::def_vector< gdb_byte > byte_vector
int remote_unescape_input(const gdb_byte *buffer, int len, gdb_byte *out_buf, int out_maxlen)
unsigned long long ULONGEST