From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9316 invoked by alias); 20 Mar 2010 09:28:31 -0000 Received: (qmail 9307 invoked by uid 22791); 20 Mar 2010 09:28:31 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_SORBS_WEB X-Spam-Check-By: sourceware.org Received: from n6-vm0.bullet.mail.gq1.yahoo.com (HELO n6-vm0.bullet.mail.gq1.yahoo.com) (98.137.26.79) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 20 Mar 2010 09:28:27 +0000 Received: from [98.137.27.132] by n6.bullet.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 09:28:25 -0000 Received: from [98.137.27.128] by t4.bullet.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 09:28:25 -0000 Received: from [127.0.0.1] by omp202.mail.gq1.yahoo.com with NNFMP; 20 Mar 2010 09:28:25 -0000 Received: (qmail 21061 invoked by uid 60001); 20 Mar 2010 09:28:25 -0000 Message-ID: <465493.20375.qm@web112516.mail.gq1.yahoo.com> Received: from [123.237.143.204] by web112516.mail.gq1.yahoo.com via HTTP; Sat, 20 Mar 2010 02:28:25 PDT Date: Sat, 20 Mar 2010 09:28:00 -0000 From: paawan oza Subject: porting reversible on arm/mips To: Michael Snyder , Hui Zhu Cc: "gdb@sourceware.org" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2010-03/txt/msg00177.txt.bz2 Hi, I will be trying to port reversible on to arm. would you please help me with some of the things. 1) which Arm family/data sheet need to be refereed ? 2) I am planning to use 'target simulator' command, and cross compiling test programs for arm. so with that simulator I can finish everything except Linux ABI 3) and at the last step I will be trying to get arm kernel and finish linux ABI part. I hope what way I am thinking will be enough to achieve porting. please provide your inputs. PS : some way it is getting difficult to use qemu or other virtual emulation and fit it on to x86 emulating ARM. Regards, Oza.