From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10989 invoked by alias); 10 May 2011 05:42:01 -0000 Received: (qmail 10879 invoked by uid 22791); 10 May 2011 05:41:59 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm28-vm0.bullet.mail.sp2.yahoo.com (HELO nm28-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.234) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 10 May 2011 05:41:46 +0000 Received: from [98.139.91.61] by nm28.bullet.mail.sp2.yahoo.com with NNFMP; 10 May 2011 05:41:45 -0000 Received: from [98.139.91.25] by tm1.bullet.mail.sp2.yahoo.com with NNFMP; 10 May 2011 05:41:45 -0000 Received: from [127.0.0.1] by omp1025.mail.sp2.yahoo.com with NNFMP; 10 May 2011 05:41:45 -0000 Received: (qmail 10064 invoked by uid 60001); 10 May 2011 05:41:45 -0000 Message-ID: <310938.87234.qm@web112520.mail.gq1.yahoo.com> Received: from [15.219.201.69] by web112520.mail.gq1.yahoo.com via HTTP; Mon, 09 May 2011 22:41:45 PDT References: <341905.10459.qm@web112513.mail.gq1.yahoo.com> <208397.95006.qm@web112517.mail.gq1.yahoo.com> <4DA27006.1080607@codesourcery.com> <763549.92092.qm@web112506.mail.gq1.yahoo.com> <335149.24692.qm@web112515.mail.gq1.yahoo.com> <592215.58786.qm@web112508.mail.gq1.yahoo.com> <172713.29831.qm@web112503.mail.gq1.yahoo.com> <35206.88376.qm@web112501.mail.gq1.yahoo.com> Date: Tue, 10 May 2011 05:42:00 -0000 From: paawan oza Subject: Re: [PATCH] arm reversible : To: Tom Tromey Cc: =?iso-8859-1?Q?Petr_Hluz=EDn?= , gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2011-05/txt/msg00237.txt.bz2 Hi Tom, yes;=20 phase 2 is independent of phase 3. and I would like to have it checked wiht= out=20 waiting for end. I have just changed the patch which now takes care of endianness. finally I have found function which takes care of host-target differences. = which=20 is 'regcache_raw_read_unsigned'. I will post the patch soon with that and some minor changes.=20 Regards, Oza. ----- Original Message ---- From: Tom Tromey To: paawan oza Cc: Petr Hluz=EDn ; gdb-patches@sourceware.org Sent: Mon, May 9, 2011 8:27:21 PM Subject: Re: [PATCH] arm reversible : I think for patch discussion we can stop CCing gdb@. Oza> Tom: I still need to take care of endianess issue, which I will in Oza> the coming stage. If your plan is to check in phase 2 before working on phase 3, then I think this should be addressed first. If the phases are personal milestones and you don't want to check-in before the end, then that is of course fine. Tom