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: [ANNOUNCEMENT] GDB 7.0 release process created


On Sun, Sep 20, 2009 at 7:32 AM, Joel Brobecker <brobecker@adacore.com> wrote:

>> http://sourceware.org/ml/gdb-patches/2009-09/msg00430.html
>
> This patch (which we included in the AdaCore sources - thank you!)
> should only get rid of some complaint messages, which are not emitted
> by default.

I am not sure what you mean.

The patch (I believe) actually solves a problem, not just suppresses
complaints: without it find_pc_section may find a "random" .text
section from foo.o, and things go downhill from there. With the patch,
foo.o is not inserted into the section map, so find_pc_section returns
correct .text section (from a.exe or foo.dylib), and everything else
works.

Cheers,
-- 
Paul Pluzhnikov


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