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: [0/8] solib handler rework


Joel Brobecker wrote:

> Testing reveals no regression, but you couldn't break it more than it
> already is broken:
> 
>    (gdb) start
>    Breakpoint 1 at 0x4000000000001218: file foo.c, line 6.
>    Starting program: /[...]/foo 
>    Error trying to get information about dynamic linker.
> 
> (that's before your patch) :-(

Huh.  This error message is issued by solib-pa64.c if the initial
dlgetmodinfo call (with index -1) fails.  The docs I can find:
http://docs.hp.com/en/B2355-60127/dlgetmodinfo.3C.html
say you can use dlerrno () to find out more details on that
failure ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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