This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch] debug_printf edits
- From: Christopher Faylor <cgf-no-personal-reply-please at cygwin dot com>
- To: cygwin-patches at cygwin dot com
- Date: Sat, 20 Nov 2004 14:20:02 -0500
- Subject: Re: [Patch] debug_printf edits
- References: <3.0.5.32.20041120135116.007e8ae0@incoming.verizon.net>
- Reply-to: cygwin-patches at cygwin dot com
On Sat, Nov 20, 2004 at 01:51:16PM -0500, Pierre A. Humblet wrote:
>Here are minor changes that facilitate grepping traces.
>
>Pierre
>
>2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
>
> * fhandler.cc (fhandler::write): Remove debug_printf.
> * pipe.cc (fhandler_pipe::create): Edit syscall_printf format.
What does the inclusion of the word "pipe" add for grepping traces?
So, you can do a grep on '[0-9]+ = [a-z]'?
cgf