From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4322 invoked by alias); 7 Oct 2002 18:08:14 -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 4310 invoked from network); 7 Oct 2002 18:08:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Oct 2002 18:08:13 -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 g97HmhX18664 for ; Mon, 7 Oct 2002 13:48:43 -0400 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 g97I8Cf11243; Mon, 7 Oct 2002 14:08:12 -0400 Received: from valrhona.uglyboxes.com (IDENT:pZ2SPkN2QgaL7AVrZDj2yi8n85pLE7ds@vpn50-23.rdu.redhat.com [172.16.50.23]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g97I8C809281; Mon, 7 Oct 2002 14:08:12 -0400 Date: Mon, 07 Oct 2002 11:08:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Satya cc: gdb@sources.redhat.com Subject: Re: Debugging gdb from insight In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-10/txt/msg00063.txt.bz2 On Mon, 7 Oct 2002, Satya wrote: > Is there any way i can bedug gdb from within insight. Sure -- gdb is a program like any other. I (used to) do it all the time. What's the problem? Keith