From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGEHM-00032K-An for qemu-devel@nongnu.org; Tue, 08 Jul 2008 10:34:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGEHJ-000328-Uj for qemu-devel@nongnu.org; Tue, 08 Jul 2008 10:34:51 -0400 Received: from [199.232.76.173] (port=35738 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGEHJ-000325-P8 for qemu-devel@nongnu.org; Tue, 08 Jul 2008 10:34:49 -0400 Received: from nan.false.org ([208.75.86.248]:41653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGEHJ-0004nq-FX for qemu-devel@nongnu.org; Tue, 08 Jul 2008 10:34:49 -0400 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CE3E89835A for ; Tue, 8 Jul 2008 14:34:47 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B57B19810F for ; Tue, 8 Jul 2008 14:34:47 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KGEHG-0001UI-Cz for qemu-devel@nongnu.org; Tue, 08 Jul 2008 10:34:46 -0400 Date: Tue, 8 Jul 2008 10:34:46 -0400 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] Using GDB with Qemu : No Symbol Table? Message-ID: <20080708143446.GA5114@caradoc.them.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Mon, Jul 07, 2008 at 05:42:36PM -0700, Atoosah wrote: > Hi > > Thank you for your help, but I think my question was misunderstood. > > Debugging the kernel is not my goal. Instead, I want to debug qemu itself. > i.e. I want to be able to add watchpoints/breakpoints to qemu source code. If you want to debug qemu, why are you loading gdb with vmlinux or connecting to qemu's gdb server? You want to debug the qemu binary itself. -- Daniel Jacobowitz CodeSourcery