Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / remote.h
index b6ea5470d8ef21d5ec08eb9d54c0b6411bec9a17..46b73d9d4d2fadba7a1f4e6e1a61237a59031137 100644 (file)
@@ -1,5 +1,5 @@
 /* Remote target communications for serial-line targets in custom GDB protocol
-   Copyright (C) 1999-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -39,12 +39,6 @@ extern void getpkt (char **buf, long *sizeof_buf, int forever);
 
 extern int putpkt (char *buf);
 
-extern int hex2bin (const char *hex, gdb_byte *bin, int count);
-
-extern int bin2hex (const gdb_byte *bin, char *hex, int count);
-
-extern char *unpack_varlen_hex (char *buff, ULONGEST *result);
-
 void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
                                     const struct target_desc *tdesc);
 void register_remote_support_xml (const char *);
This page took 0.025051 seconds and 4 git commands to generate.