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]

[patch] Error messages in remote-m32r-sdi.c


Hello, maintainers.

It's very simple and not critical.

- - - - - - -
2006-10-26  Masaki Muranaka <monaka@monami-software.com>

* remote-m32r-sdi.c (sdireset_command): Fix a debug message.
(sdistatus_command): Ditto.
- - - - - - -
Index: remote-m32r-sdi.c
===================================================================
RCS file: /cvs/src/src/gdb/remote-m32r-sdi.c,v
retrieving revision 1.19
diff -u -p -r1.19 remote-m32r-sdi.c
--- remote-m32r-sdi.c 19 Apr 2006 06:36:37 -0000 1.19
+++ remote-m32r-sdi.c 26 Oct 2006 09:43:41 -0000
@@ -1480,7 +1480,7 @@ static void
sdireset_command (char *args, int from_tty)
{
if (remote_debug)
- fprintf_unfiltered (gdb_stdlog, "m32r_sdireset()\n");
+ fprintf_unfiltered (gdb_stdlog, "sdireset_command(%d)\n", from_tty);
send_cmd (SDI_OPEN);
@@ -1495,7 +1495,7 @@ sdistatus_command (char *args, int from_
int i, c;
if (remote_debug)
- fprintf_unfiltered (gdb_stdlog, "m32r_sdireset()\n");
+ fprintf_unfiltered (gdb_stdlog, "sdistatus_command(%d)\n", from_tty);
if (!sdi_desc)
return;


--
Masaki Muranaka
Monami software



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