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]

A gdb regression with stderr on Linux?


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?


H.J.


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