From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8548 invoked by alias); 24 Apr 2010 06:06:28 -0000 Received: (qmail 8184 invoked by uid 22791); 24 Apr 2010 06:06:25 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-mealy.atl.sa.earthlink.net (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Apr 2010 06:06:22 +0000 Received: from [209.86.224.38] (helo=elwamui-lapwing.atl.sa.earthlink.net) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1O5YVQ-0003L1-OX for gdb@sourceware.org; Sat, 24 Apr 2010 02:06:20 -0400 Received: from 68.183.253.228 by webmail.earthlink.net with HTTP; Sat, 24 Apr 2010 02:06:20 -0400 Message-ID: <26814115.1272089180740.JavaMail.root@elwamui-lapwing.atl.sa.earthlink.net> Date: Sat, 24 Apr 2010 06:06:00 -0000 From: ikorot@earthlink.net Reply-To: ikorot@earthlink.net To: gdb@sourceware.org Subject: How to debug the program remotely? Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae972db06a188bef94f5150ab1c16ac04e761f5d55cab8bcab89720f20c767ca94f198548ed455ec350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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-04/txt/msg00121.txt.bz2 Hi, ALL, I would like to debug the program that will be running on the ARMv4t architecture from x86. Is it possible using the "remote debugging" method? If yes, how do I do that? I can't run ARMv4t version of gdb on x86 architecture. Or gdb will recognize that I am connecting to the different target? Thank you for the help. P.S.: Please reply to the list itself as my provider will ask you to fill out the approval form. Thank you for understanding.