From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31928 invoked by alias); 27 May 2009 18:30:57 -0000 Received: (qmail 31918 invoked by uid 22791); 27 May 2009 18:30:56 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 May 2009 18:30:50 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M9Ntm-00070f-NG for gdb-patches@sources.redhat.com; Wed, 27 May 2009 18:30:46 +0000 Received: from entropy.qnx.com ([209.226.137.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2009 18:30:46 +0000 Received: from aristovski by entropy.qnx.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 27 May 2009 18:30:46 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] nto-procfs.c Date: Wed, 27 May 2009 18:30:00 -0000 Message-ID: References: <200905271923.06859.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <200905271923.06859.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00587.txt.bz2 Pedro Alves wrote: > On Wednesday 27 May 2009 19:12:16, Aleksandar Ristovski wrote: > >> The attached patch fixes a bug in QNX portion of gdb; wrong >> pointer was being passed to devctl. > > If you say so, we believe it. :-) > >> * nto-procfs.c (get_regset): Pass correct pointer. > > Ok. > Committed. Thanks!