From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16646 invoked by alias); 15 Nov 2005 20:44:42 -0000 Received: (qmail 16635 invoked by uid 22791); 15 Nov 2005 20:44:40 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.196) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 15 Nov 2005 20:44:40 +0000 Received: by zproxy.gmail.com with SMTP id 18so1512787nzp for ; Tue, 15 Nov 2005 12:44:38 -0800 (PST) Received: by 10.65.218.2 with SMTP id v2mr7548162qbq; Tue, 15 Nov 2005 12:44:38 -0800 (PST) Received: by 10.65.20.19 with HTTP; Tue, 15 Nov 2005 12:44:38 -0800 (PST) Message-ID: <7f45d9390511151244l3b2fe744h@mail.gmail.com> Date: Tue, 15 Nov 2005 20:44:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb@sources.redhat.com Subject: Re: Simulating arm-linux binaries In-Reply-To: <20051114223116.GA4991@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d9390511141428q190485f5l@mail.gmail.com> <20051114223116.GA4991@nevyn.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00298.txt.bz2 2005/11/14, Daniel Jacobowitz : > Have you considered just using qemu instead? It supports ARM usermode > emulation, and has a gdb server as a bonus. qemu-arm works very well with statically linked executables! In conjunction with Linux binfmt, it makes testing arm-linux binaries a breeze! $ cat /proc/sys/fs/binfmt_misc/arm-linux enabled interpreter /usr/bin/qemu-arm flags: offset 0 magic 7f454c4601010161 Cheers! Shaun