From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7308 invoked by alias); 17 Jan 2011 20:06:05 -0000 Received: (qmail 7299 invoked by uid 22791); 17 Jan 2011 20:06:04 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Jan 2011 20:06:00 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0HK5vDP027217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 17 Jan 2011 15:05:57 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0HK5t32031477 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 17 Jan 2011 15:05:56 -0500 Message-ID: <4D34A122.1090105@redhat.com> Date: Mon, 17 Jan 2011 20:06:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc13 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: loody CC: insight Subject: Re: some questions about gdb References: <4D2B7E74.1080206@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2011-q1/txt/msg00005.txt.bz2 [re-directed to insight list] On 01/16/2011 05:46 AM, loody wrote: > 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? That sounds suspicious. What happens when you type "n"/"next" in the console window? This is almost literally what insight does when you press "n". [If you are looking at ASM instead of either SOURCE or ASM+SRC, "n" will act like "nexti".] Keith