From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9907 invoked by alias); 8 Nov 2007 01:41:49 -0000 Received: (qmail 9895 invoked by uid 22791); 8 Nov 2007 01:41:48 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Nov 2007 01:41:43 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E7E0F98353; Thu, 8 Nov 2007 01:41:41 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id CA4D59833F; Thu, 8 Nov 2007 01:41:37 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IpwOl-0003ER-Pt; Wed, 07 Nov 2007 20:41:35 -0500 Date: Thu, 08 Nov 2007 01:41:00 -0000 From: Daniel Jacobowitz To: wangjiong@sunnorth.com.cn Cc: gdb@sourceware.org Subject: Re: Question about Dwarf2 for VLIW processor Message-ID: <20071108014135.GA12199@caradoc.them.org> Mail-Followup-To: wangjiong@sunnorth.com.cn, gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-11/txt/msg00053.txt.bz2 On Thu, Nov 08, 2007 at 09:26:28AM +0800, wangjiong@sunnorth.com.cn wrote: > Dear Joel: > > I am using GDB6.1.1 > > GDB did not stop at the wrong location now, but I have see that > the function: > > find_pc_line_pc_range (stop_pc, &step_range_start, > &step_range_end) didn`t work correctly. Why is this behavior not correct? What problem does it cause? -- Daniel Jacobowitz CodeSourcery