public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* copy / paste from gdb to gdbserver?
@ 2010-04-04 21:12 Michael Snyder
  0 siblings, 0 replies; only message in thread
From: Michael Snyder @ 2010-04-04 21:12 UTC (permalink / raw)
  To: gdb-patches

Hah, this message is confusing enough when it comes from gdb!

Index: remote-utils.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/remote-utils.c,v
retrieving revision 1.71
diff -u -p -r1.71 remote-utils.c
--- remote-utils.c      20 Jan 2010 22:55:38 -0000      1.71
+++ remote-utils.c      4 Apr 2010 21:11:32 -0000
@@ -310,7 +310,7 @@ fromhex (int a)
    else if (a >= 'a' && a <= 'f')
      return a - 'a' + 10;
    else
-    error ("Reply contains invalid hex digit");
+    error ("Message contains invalid hex digit");
    return 0;
  }



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-04 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-04 21:12 copy / paste from gdb to gdbserver? Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).