From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22404 invoked by alias); 3 Dec 2004 21:36:40 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 22389 invoked by uid 442); 3 Dec 2004 21:36:40 -0000 Date: Fri, 03 Dec 2004 21:36:00 -0000 Message-ID: <20041203213640.22388.qmail@sourceware.org> From: jimb@sourceware.org To: src-cvs@sources.redhat.com Subject: src/rda/unix ChangeLog lwp-pool.c lwp-pool.h t ... X-SW-Source: 2004-q4/txt/msg00079.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: jimb-rda-nptl-branch Changes by: jimb@sourceware.org 2004-12-03 21:36:40 Modified files: rda/unix : ChangeLog lwp-pool.c lwp-pool.h thread-db.c Log message: Remove code to handle threads exiting without generating a wait status; that was a kernel bug, not an intended feature, and there's no easy way to support both. * lwp-pool.c (lwp_pool_continue_and_drop): Delete function. * lwp-pool.h (lwp_pool_continue_and_drop): Delete declaration. * thread-db.c (enum death_state): Delete type. (struct gdbserv_thread): Remove 'death_state' member. (add_thread_to_list): Don't initialize it. (death_state_str, debug_report_death_state_change, death_state_got_event, death_state_notified): Delete functions. (handle_thread_db_event): Don't handle death events specially, and don't handle the notifying thread specially. (continue_thread): Don't treat threads whose death has been foretold and who have completed their notification specially. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.36.2.28&r2=1.36.2.29 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/lwp-pool.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.1.2.6&r2=1.1.2.7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/lwp-pool.h.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.1.2.3&r2=1.1.2.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&only_with_tag=jimb-rda-nptl-branch&r1=1.9.2.13&r2=1.9.2.14