From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15661 invoked by alias); 29 Dec 2002 22:14:05 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 15652 invoked from network); 29 Dec 2002 22:14:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 29 Dec 2002 22:14:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBTLkrB08002 for ; Sun, 29 Dec 2002 16:46:53 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBTMDqa25264; Sun, 29 Dec 2002 17:13:52 -0500 Received: from valrhona.uglyboxes.com (IDENT:GsquvrK7yVUHWdFMpEFVpKrL+AdRn3V0@vpn50-33.rdu.redhat.com [172.16.50.33]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBTMDpL05650; Sun, 29 Dec 2002 17:13:51 -0500 Date: Sun, 29 Dec 2002 14:14:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: "Srinivasa T.N." cc: insight@sources.redhat.com Subject: Re: Integrate with different version of GDB In-Reply-To: <3E0BF62A.5060708@ws9.cdotb.ernet.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00244.txt.bz2 On Fri, 27 Dec 2002, Srinivasa T.N. wrote: > Can I integrate Insight 5.2 to work with gdb-5.3? If so, how? For the most part, Insight is agnostic wrt gdb. THe only real caveat is new C functions in the support libraries which may require new code in gdb itself. But why bother? Just grab Insight 5.3 directly. Keith