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


> Huh.

Yeah, my thinking exactly :-).

> 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 ...

Unfortunately, this function doesn't seem to be defined anywhere
on the systems I have access to. I was doing my testing on 11.00,
but also checked in 11.11 since this is what the man page refers
to. Nor could I find any of the values that the man page says
dlerrno returns.

Just in case, I did check errno, and it returned 22 EINVAL...
Not as useful as what dlerrno would tell us.

I'm going to try to build GDB on 11.11 and see if I get better
results. First, I need to find a compiler...

-- 
Joel


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