From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8187 invoked by alias); 18 Jan 2002 20:26:44 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 8115 invoked from network); 18 Jan 2002 20:26:42 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Jan 2002 20:26:42 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id ECFDC3D29; Fri, 18 Jan 2002 15:26:41 -0500 (EST) Message-ID: <3C488501.7020104@cygnus.com> Date: Fri, 18 Jan 2002 15:04:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Takis Psarogiannakopoulos , kevinb@redhat.com Cc: gdb@sources.redhat.com, binutils@sources.redhat.com Subject: Re: GDB 5.1/Core files and ptids References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00378.txt.bz2 > else if (TIDGET (inferior_ptid)) >> sprintf (section_name, "%s/%d+%d", name, PIDGET (inferior_ptid), >> TIDGET (inferior_ptid)); >> else if (PIDGET (inferior_ptid)) >> sprintf (section_name, "%s/%d", name, PIDGET (inferior_ptid)); For some reason, I've a preference for // but I can't give a rational reason why. I suspect it is just that the ``+'' goes against my thinking of how things are structured. 2c worth. Andrew