From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21542 invoked by alias); 23 Dec 2004 22:31:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21490 invoked from network); 23 Dec 2004 22:30:57 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 23 Dec 2004 22:30:57 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBNMUus0012962 for ; Thu, 23 Dec 2004 17:30:56 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBNMUur30996; Thu, 23 Dec 2004 17:30:56 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iBNMUs4a008027; Thu, 23 Dec 2004 17:30:54 -0500 Message-ID: <41CB471E.8060500@redhat.com> Date: Thu, 23 Dec 2004 22:32:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Eli Zaretskii CC: Jeff Johnston , gdb-patches@sources.redhat.com Subject: Re: [RFA]: Modified Watchthreads Patch References: <41B8E16D.6070505@redhat.com> <01c4deb2$Blat.v2.2.2$ce83b6e0@zahav.net.il> In-Reply-To: <01c4deb2$Blat.v2.2.2$ce83b6e0@zahav.net.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00431.txt.bz2 Eli Zaretskii wrote: > Hmm... the new function insert_watchpoints_for_new_thread is called > only by ia64_linux_new_thread. Is there any policy for functions that > are only used by a single port? Do we care that all the other GDB > builds will get a useless function compiled into them? Should we > perhaps #ifdef it away conditioned on some symbol? Good grief -- they all get coff, dwarf, elf, stabs, and mdebug readers... what's a function here or there? ;-)