|
@@ -107,7 +107,6 @@ static inline int tohex(int v)
|
|
|
|
|
|
void gdb_put_strbuf(void);
|
|
void gdb_put_strbuf(void);
|
|
int gdb_put_packet_binary(const char *buf, int len, bool dump);
|
|
int gdb_put_packet_binary(const char *buf, int len, bool dump);
|
|
-void gdb_hextomem(GByteArray *mem, const char *buf, int len);
|
|
|
|
void gdb_memtohex(GString *buf, const uint8_t *mem, int len);
|
|
void gdb_memtohex(GString *buf, const uint8_t *mem, int len);
|
|
void gdb_memtox(GString *buf, const char *mem, int len);
|
|
void gdb_memtox(GString *buf, const char *mem, int len);
|
|
void gdb_read_byte(uint8_t ch);
|
|
void gdb_read_byte(uint8_t ch);
|