From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15402 invoked by alias); 16 Jan 2011 13:47:05 -0000 Received: (qmail 15394 invoked by uid 22791); 16 Jan 2011 13:47:04 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Jan 2011 13:46:59 +0000 Received: by iyj17 with SMTP id 17so4406243iyj.0 for ; Sun, 16 Jan 2011 05:46:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.170.201 with SMTP id g9mr3212975icz.30.1295185617896; Sun, 16 Jan 2011 05:46:57 -0800 (PST) Received: by 10.42.195.199 with HTTP; Sun, 16 Jan 2011 05:46:57 -0800 (PST) In-Reply-To: <4D2B7E74.1080206@redhat.com> References: <4D2B7E74.1080206@redhat.com> Date: Sun, 16 Jan 2011 13:47:00 -0000 Message-ID: Subject: Re: some questions about gdb From: loody To: Keith Seitz Cc: Tom Tromey , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-01/txt/msg00068.txt.bz2 hi keith and Tom: 2011/1/11 Keith Seitz : > On 01/10/2011 12:58 PM, Tom Tromey wrote: >> >> You can't do this. =A0You have to get a corresponding version of Insight. >> I don't know whether a new version of Insight has been released. > > No, I haven't made a release since 6.8. Mostly because I didn't think no = one > else was using it. There have been enough requests, though, to warrant a > release. > > I will release Insight shortly after the next GDB release. I am just > fiddling with MinGW (which I hope to have "done" today-ish). > > But as it is, you can grab a CVS snapshot of src/gdb/gdbtk and src/libgui > (and src/tcl, src/tk/, src/itcl if you need those) from the around the sa= me > date as the release you're interested in. > > If you want a 7.2 vintage Insight, CVS HEAD should work. Just drop in > src/gdb/gdbtk and src/libgui, and you should be able to build Insight. Th= is > can be discussed on the insight@ mailing list if more details are needed. I got the head version from insight CVS and it works with gdb 7.2. But each time I press "n", gdb step as I press "si". That means "n" should be like execute a line of c code, but on my gdb, it execute an assembly line. I config it as mipsel-linux. Should I add more configs? Thanks your help, miloody