From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8575 invoked by alias); 25 Jul 2011 03:56:46 -0000 Received: (qmail 8405 invoked by uid 22791); 25 Jul 2011 03:56:45 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_05,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 nm4-vm1.bullet.mail.ne1.yahoo.com (HELO nm4-vm1.bullet.mail.ne1.yahoo.com) (98.138.91.44) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 25 Jul 2011 03:56:24 +0000 Received: from [98.138.90.49] by nm4.bullet.mail.ne1.yahoo.com with NNFMP; 25 Jul 2011 03:56:23 -0000 Received: from [98.138.87.8] by tm2.bullet.mail.ne1.yahoo.com with NNFMP; 25 Jul 2011 03:56:23 -0000 Received: from [127.0.0.1] by omp1008.mail.ne1.yahoo.com with NNFMP; 25 Jul 2011 03:56:23 -0000 Received: (qmail 11797 invoked by uid 60001); 25 Jul 2011 03:56:22 -0000 Received: from [115.99.18.98] by web112507.mail.gq1.yahoo.com via HTTP; Sun, 24 Jul 2011 20:56:22 PDT References: <1311404891.92561.YahooMailRC@web112503.mail.gq1.yahoo.com> Message-ID: <1311566182.99397.YahooMailRC@web112507.mail.gq1.yahoo.com> Date: Mon, 25 Jul 2011 03:56:00 -0000 From: paawan oza Subject: Re: how to test arm-tdep.c (with cross compiled gdbserver) using gdbserver ? To: gdb@sourceware.org Cc: chandra krishnappa In-Reply-To: <1311404891.92561.YahooMailRC@web112503.mail.gq1.yahoo.com> 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/msg00094.txt.bz2 Hi, I have done following, and with that should be able to test arm-reversible stuffs with gdbserver. > ./configure --target=arm-linux dependent code into build> > make > cd gdb > cd gdbserver > ./configure --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi there are other targets such as arm-eabi, arm-elf. but I am using arm-linux, hope thats ok and it works. Regards, Oza. ----- Original Message ---- From: paawan oza To: gdb@sourceware.org Cc: chandra krishnappa Sent: Sat, July 23, 2011 11:38:11 AM Subject: how to test arm-tdep.c (with cross compiled gdbserver) using gdbserver ? 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.