To make gdb work with linuxthreads?
Are there any ongoing work or plans to make gdb work with linuxthreads? > >- Erik Yes, there’s a project at the University of Kansas called SmartGDB that is working on support for user-level and kernel-level threads. There is already support for several user level thread packages and work is currently being done on the linuxthreads support. The URL is: http://hegel.ittc.ukans.edu/projects/smartgdb/ We have most of the kernel modifications done required to support it and are working on the rest of the changes to gdb. At this point, I can’t even guess on a release date, but you can check the web page for more information on what’s been done so far. The email contact is smartgdb@ittc.ukans.edu. Robert =================================TOP============= Q167: Using cancellation is *very* difficult to do right… Bil Lewis wrote: > Dave Butenhof wrote: > > > Using cancellation is *very* difficult to do right, and you > > > probably don’t want to use it if there is any other way you can > > >