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: A gdb regression with stderr on Linux?


On Sat, May 05, 2007 at 06:29:32PM -0700, H. J. Lu wrote:
> I used to be able to do
> 
> (gdb) call foo (stderr)
> 
> on Linux. Now I got
> 
> (gdb) p stderr
> Address of symbol "stderr" is unknown.
> 
> There is
> 
> 085e3340 B stderr@@GLIBC_2.0
> 
> It seems that gdb failed to recognize that stderr is an aliase of
> stderr@@GLIBC_2.0. Where does this regression come from?

It works again now. I don't know what happened.


H.J.


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