This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: breakpoints/2430: assembler file with multiple sections whichis not adjacent can't step


The following reply was made to PR breakpoints/2430; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: jianghongjiang@gmail.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: breakpoints/2430: assembler file with multiple sections which
	is not adjacent can't step
Date: Fri, 14 Mar 2008 10:20:03 -0400

 On Fri, Mar 14, 2008 at 09:02:16AM -0000, jianghongjiang@gmail.com wrote:
 > I tracked the execution of the gdb for a while, and finally find the problem. In dbxread.c, there is a function "read_dbx_symtab", this function initialize the 
 
 Please try using DWARF-2 debug information instead of stabs (dbx)
 debug information.  DWARF-2 supports multiple sections more reliably
 than stabs.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]