From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: Michael Snyder Cc: Kevin Hise , GDB Patches Subject: Re: Linux thread debugging patch? Date: Tue, 13 Mar 2001 02:57:00 -0000 Message-id: References: <4.1.20010309231024.00961f00@mail.ridgecrest.ca.us> <3AAD2530.D13A26CC@cygnus.com> X-SW-Source: 2001-03/msg00187.html Michael Snyder writes: > Kevin Hise wrote: > > > > Is there a patch for 5.0 that corrects the problems debugging PThreads on > > Linux? > > What problem debugging PThreads on Linux? I was pretty sure that was working in 5.0... > > Mark K? You out there? I don't know if the capitalization of PThreads is significant here. All I know is that GDB 5.0 supports LinuxThreads (which is the standard pthreads implementation on Linux), but that support has a couple of serious problems. I almost completely rewrote the stuff for GDB 5.1. I don't think it is possible to create a patch for GDB 5.0. So the only advice I can give Kevin is to get a recent snapshot, and see if that works. Mark