X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote.h;h=af58b346da5b98d391c70ecfc95936fa212f730d;hb=6a2c1b8790e58ce0688507b5b1f8369aa621a665;hp=4cd38f637dba3410ab828fce35a9b617e474d019;hpb=722247f1cb9ab5678ad078ba0ba02070cb03a34b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote.h b/gdb/remote.h index 4cd38f637d..af58b346da 100644 --- a/gdb/remote.h +++ b/gdb/remote.h @@ -1,5 +1,5 @@ /* Remote target communications for serial-line targets in custom GDB protocol - Copyright (C) 1999, 2003-2012 Free Software Foundation, Inc. + Copyright (C) 1999-2017 Free Software Foundation, Inc. This file is part of GDB. @@ -37,11 +37,7 @@ extern void getpkt (char **buf, long *sizeof_buf, int forever); we are debugging (remote_debug) and want to print the sent packet as a string. */ -extern int putpkt (char *buf); - -extern char *unpack_varlen_hex (char *buff, ULONGEST *result); - -extern void async_remote_interrupt_twice (void *arg); +extern int putpkt (const char *buf); void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes, const struct target_desc *tdesc); @@ -53,10 +49,6 @@ void remote_file_get (const char *remote_file, const char *local_file, int from_tty); void remote_file_delete (const char *remote_file, int from_tty); -bfd *remote_bfd_open (const char *remote_file, const char *target); - -int remote_filename_p (const char *filename); - extern int remote_register_number_and_offset (struct gdbarch *gdbarch, int regnum, int *pnum, int *poffset);