From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7655 invoked by alias); 16 Dec 2004 00:37:48 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7471 invoked from network); 16 Dec 2004 00:37:41 -0000 Received: from unknown (HELO av.mvista.com) (12.44.186.158) by sourceware.org with SMTP; 16 Dec 2004 00:37:41 -0000 Received: from [10.0.4.48] (av [127.0.0.1]) by av.mvista.com (8.9.3/8.9.3) with ESMTP id QAA16916; Wed, 15 Dec 2004 16:37:38 -0800 Message-ID: <41C0D995.6000807@mvista.com> Date: Thu, 16 Dec 2004 00:37:00 -0000 From: Nitin Gupta User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) MIME-Version: 1.0 To: Nitin Gupta CC: gdb@sources.redhat.com Subject: Re: gdb/remote.c : 2061 References: <41C0D8FE.1040705@mvista.com> In-Reply-To: <41C0D8FE.1040705@mvista.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00091.txt.bz2 Oops, never mind. Nitin Gupta wrote: > Hi, > > I have downloaded gdb-6.3. I am not sure, if following duplication is > intentional > > File is gdb/remote.c > > Line no: 2061 > > ---- code snippet --- > > /* Generic code for opening a connection to a remote target. */ > > static void > init_all_packet_configs (void) > { > int i; > * update_packet_config (&remote_protocol_P);* > * update_packet_config (&remote_protocol_p);* > update_packet_config (&remote_protocol_qSymbol); > update_packet_config (&remote_protocol_vcont); > > > Thanks, > Nitin > >