20 #ifndef COMMON_RSP_LOW_H
21 #define COMMON_RSP_LOW_H
29 extern int tohex (
int nib);
72 int *out_len_units,
int out_maxlen_bytes);
int hex2bin(const char *hex, gdb_byte *bin, int count)
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)
char * unpack_varlen_hex(char *buff, ULONGEST *result)
int remote_unescape_input(const gdb_byte *buffer, int len, gdb_byte *out_buf, int out_maxlen)
unsigned long long ULONGEST