mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
between vgdb.c and m_gdbserver/server.c. This removes code redundancies that was introduced for vgdb.c by vgdb --multi implementation.
8 lines
184 B
C
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 */
|