This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

gdb and linuxthreads


Hi,

Does anyone know who wrote the linuxthreads support for gdb? It assumes
__pthread_sig_restart and __pthread_sig_cancel always hold the values
determined at the link time. It is true for glibc 2.0. It is incorrect
for glibc 2.1. gdb needs to get those values after the thread runs but
before main () is called. Does anyone have a patch?

Thanks.

-- 
H.J. Lu (hjl@gnu.org)


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