This is the mail archive of the gdb@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: Incorrect breakpoint address w no stabs


On Sun, Oct 01, 2006 at 01:50:19PM -0700, Michael Eager wrote:
> What breaks if I simply remove the "cleanup" code at the
> end of read_dbx_symtab?

I haven't the foggiest.  You definitely can't remove the call to
end_psymtab; you're going to lose the last partial symtab in the file.
There might be something smarter you can do for the final address
(adding text_size seems excessive).

-- 
Daniel Jacobowitz
CodeSourcery


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