PERFORCE change 49830 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 28 00:20:05 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=49830

Change 49830 by marcel at marcel_nfs on 2004/03/28 00:19:08

	Remove a debugging printf.

Affected files ...

.. //depot/projects/gdb/sys/gdb/gdb_packet.c#7 edit

Differences ...

==== //depot/projects/gdb/sys/gdb/gdb_packet.c#7 (text+ko) ====

@@ -136,8 +136,6 @@
 		gdb_rxsz += 1 + neg - valid;
 	}
 	*vp = (neg) ? -v : v;
-	if (valid)
-		printf("GDB: %s: v=%jd (%jx)\n", __func__, *vp, *vp);
 	return ((valid) ? 0 : -1);
 }
 


More information about the p4-projects mailing list