This is the mail archive of the gdb-patches@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: [RFA/solib-svr4] use AT_BASE auxiliary entry to compute load base address


On Mon, Sep 17, 2007 at 12:42:13PM -0700, Joel Brobecker wrote:
> > and did not find any loaded libraries or else did not find the
> > interpreter in the list.  That's strange and almost certainly
> > indicates a bug that we should fix.  The loader should have
> > been in the list at that point.  Maybe it has a different
> > filename in the list than in .interp?
> 
> Hmmm, that does ring a bell. I think we discussed another symptom
> of the same problem:
> 
>     (gdb) start
>     Breakpoint 1 at 0x2d100: file a_test.adb, line 4.
>     Starting program: /[...]/a_test
>     warning: Temporarily disabling breakpoints for unloaded shared library "/usr/lib/ld.so.1"
> 
> (that was on gdb@ around Mar, 11th 2007)

Ah, that's why it sounded familiar.  Yes, this is likely to be the
same thing.

-- 
Daniel Jacobowitz
CodeSourcery


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