From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30635 invoked by alias); 17 Jul 2009 11:23:09 -0000 Received: (qmail 30627 invoked by uid 22791); 17 Jul 2009 11:23:08 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f225.google.com (HELO mail-fx0-f225.google.com) (209.85.220.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Jul 2009 11:23:02 +0000 Received: by fxm25 with SMTP id 25so672499fxm.26 for ; Fri, 17 Jul 2009 04:22:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.252.17 with SMTP id e17mr484995mus.14.1247829779083; Fri, 17 Jul 2009 04:22:59 -0700 (PDT) In-Reply-To: <20090716120347.GA10752@caradoc.them.org> References: <57e4a4fe0907160452t28770d13n50c19c8ebe5e034c@mail.gmail.com> <57e4a4fe0907160455q3ec0b66fl722f5f85a48d6dab@mail.gmail.com> <20090716120347.GA10752@caradoc.them.org> From: Kevin Pouget Date: Fri, 17 Jul 2009 11:23:00 -0000 Message-ID: <57e4a4fe0907170422g4ff155ddh283326aec3803a81@mail.gmail.com> Subject: Re: Modification to support hybrid thread schedulers To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00112.txt.bz2 > You can find the patches in the list archives or CVS history that > removed the operations you're adding. That may be helpful. I think this is the patch you mean : http://www.sourceware.org/ml/gdb-patches/2006-07/msg00140.html (thread_db_fetch_registers), but the code is globally identical to the one used in the Solaris version ...