From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: guo@cup.hp.com Cc: gdb@sourceware.cygnus.com Subject: Re: gdb linux testing regressions (compared to 7/24) Date: Fri, 11 Aug 2000 11:04:00 -0000 Message-id: <200008111804.e7BI4kx09433@delius.kettenis.local> References: X-SW-Source: 2000-08/msg00056.html Date: Fri, 11 Aug 2000 10:13:08 -0700 (PDT) From: Jimmy Guo I'm using redhat 6.1. gcc egcs-2.91.66. How to find out versions for others like libc? HAVE_PTRACE_GETREGS is defined, HAVE_PTRACE_GETFPXREGS not. I probably should have asked for the Linux *kernel* version (uname -a). If you're running Linux 2.0.x, the failures you're seeing would be pretty normal. You can get at the libc version by executing /lib/libc.so.6, but since you say that HAVE_PTRACE_GETREGS is defined, I'm not really interested in that information anymore :-). Mark