Files
valgrind/coregrind/m_gdbserver/remote-utils-shared.h
Alexandra Petlanova Hajkova ec73dcb182 remote-utils-shared: Created files for sharing code
between vgdb.c and m_gdbserver/server.c. This removes code
redundancies that was introduced for vgdb.c by vgdb --multi
implementation.
2023-12-08 14:30:25 +01:00

8 lines
184 B
C

#ifndef REMOTE_UTILS_SHARED_H
#define REMOTE_UTILS_SHARED_H
extern int tohex (int nib);
extern int hexify (char *hex, const char *bin, int count);
#endif /* REMOTE_UTILS_SHARED_H */