From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvZ63-0008Bh-Kd for qemu-devel@nongnu.org; Mon, 12 May 2008 10:33:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvZ5y-00089n-5y for qemu-devel@nongnu.org; Mon, 12 May 2008 10:33:47 -0400 Received: from [199.232.76.173] (port=46402 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvZ5x-00089g-UN for qemu-devel@nongnu.org; Mon, 12 May 2008 10:33:41 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:58316) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JvZ5w-0000Yl-MP for qemu-devel@nongnu.org; Mon, 12 May 2008 10:33:41 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Debugging vmlinux with qemu and gdb. Unable to step, next, print or to get any information.. Date: Mon, 12 May 2008 15:33:31 +0100 References: <824D057211107844BA95DB341B4BF12E01139BF2@hanvsmail04.eu.thmulti.com> <48283D34.8080508@windriver.com> <20080512140243.GE21455@edgar.se.axis.com> In-Reply-To: <20080512140243.GE21455@edgar.se.axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ansi_x3.4-1968" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805121533.32363.paul@codesourcery.com> 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 Cc: "Edgar E. Iglesias" > Btw, while your at it you might want to consider another comment. When > trying the sstep I felt it was easy to get confused with the negated > bitmasks. Maybe we should invert them? > > The default bitmask would change to 1. And sstepbits would be > "ENABLE=1,IRQ=2,TIMERS=4". Does that make sense? Or just have the command use symbolic names rather than numeric values. Paul