This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] New qRelocInsn RSP packet, docs and NEWS.


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> Index: src/gdb/remote.c
Pedro> ===================================================================
Pedro> --- src.orig/gdb/remote.c	2010-05-24 12:28:42.000000000 +0100
Pedro> +++ src/gdb/remote.c	2010-05-24 13:14:56.000000000 +0100
Pedro> @@ -242,6 +242,8 @@ static void remote_terminal_ours (void);
 
Pedro>  static int remote_read_description_p (struct target_ops *target);
 
Pedro> +char *unpack_varlen_hex (char *buff, ULONGEST *result);

It seems like this declaration could go in tracepoint.h.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]