From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14408 invoked by alias); 23 Jul 2011 07:08:28 -0000 Received: (qmail 14398 invoked by uid 22791); 23 Jul 2011 07:08:26 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from nm15-vm0.bullet.mail.sp2.yahoo.com (HELO nm15-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.208) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 23 Jul 2011 07:08:12 +0000 Received: from [98.139.91.62] by nm15.bullet.mail.sp2.yahoo.com with NNFMP; 23 Jul 2011 07:08:12 -0000 Received: from [98.139.91.31] by tm2.bullet.mail.sp2.yahoo.com with NNFMP; 23 Jul 2011 07:08:12 -0000 Received: from [127.0.0.1] by omp1031.mail.sp2.yahoo.com with NNFMP; 23 Jul 2011 07:08:12 -0000 Received: (qmail 97222 invoked by uid 60001); 23 Jul 2011 07:08:12 -0000 Received: from [115.99.18.98] by web112503.mail.gq1.yahoo.com via HTTP; Sat, 23 Jul 2011 00:08:11 PDT Message-ID: <1311404891.92561.YahooMailRC@web112503.mail.gq1.yahoo.com> Date: Sat, 23 Jul 2011 07:08:00 -0000 From: paawan oza Subject: how to test arm-tdep.c (with cross compiled gdbserver) using gdbserver ? To: gdb@sourceware.org Cc: chandra krishnappa 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: 2011-07/txt/msg00092.txt.bz2 Hi all, suppose some changes are done in arm.-tdep.c (not linux related changes, but bare metal changes) this is regarding reversible-debugging. now, is it possible that I cross compile gdbserver for arm and put it on target. then; have tcl/expect tests things running on x86 which remotely connects to gdbserver ? will that test i386-tdep.c reversible ? but I am not sure how do we get arm-tdep.c into picture from host ? Regards, Oza.