From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvOrN-0004fz-EO for qemu-devel@nongnu.org; Sun, 19 Apr 2009 00:42:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvOrH-0004f6-FI for qemu-devel@nongnu.org; Sun, 19 Apr 2009 00:42:27 -0400 Received: from [199.232.76.173] (port=50655 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvOrG-0004f0-W3 for qemu-devel@nongnu.org; Sun, 19 Apr 2009 00:42:23 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]:2367) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvOrG-0001iU-G0 for qemu-devel@nongnu.org; Sun, 19 Apr 2009 00:42:22 -0400 Received: by rv-out-0708.google.com with SMTP id c5so82196rvf.22 for ; Sat, 18 Apr 2009 21:42:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <97c6447d0904182055i38425f89h9dea8b9e2ace101c@mail.gmail.com> References: <97c6447d0904182055i38425f89h9dea8b9e2ace101c@mail.gmail.com> Date: Sun, 19 Apr 2009 10:12:20 +0530 Message-ID: <3aa97550904182142w6d472c9cladd50e88a1215b7@mail.gmail.com> Subject: Re: [Qemu-devel] use qemu debug arm From: Prasad Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Yes, you can . All you need is a tool arm-linux tool chain with arm debugger, and ELF for your binary. Regads, Prasad P R A S A D =A0S H E T T Y ~~~~~~~~~~~~~~~~~~~~~~~~ http://shettyprasad.blogspot.com ~~~~~~~~~~~~~~~~~~~~~~~~ On Sun, Apr 19, 2009 at 9:25 AM, zhongsan yan wrote= : > > hi everyone > > i want to use qemu to debug my arm code with gdb, and it is non-linux-ker= nel, can i do it ? > > BR