Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ Path: not-for-mail From: Joe Buehler Newsgroups: gmane.os.cygwin Subject: patch to make strace printfs available to C code Date: Mon, 08 Jul 2002 14:12:36 -0400 Lines: 12 Message-ID: <3D29D614.5030809@hekimian.com> NNTP-Posting-Host: hekimian.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1026151913 20935 206.205.138.10 (8 Jul 2002 18:11:53 GMT) X-Complaints-To: usenet AT main DOT gmane DOT org NNTP-Posting-Date: Mon, 8 Jul 2002 18:11:53 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en Attached is a short patch that makes the various strace printf macros available in C code and not just C++. It could be made more efficient (avoid a function call) by moving a class attribute out of the strace class and making it a global variable. I will send in a patch to dlmalloc.c to use this, once I clean it up a little. The idea being to dump malloc debugging output to strace instead of stderr, so there is more context about what is going on when the malloc check stuff finds something worth reporting. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/