From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuTlx-0006O3-Qr for qemu-devel@nongnu.org; Fri, 09 May 2008 10:40:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuTlw-0006N4-9L for qemu-devel@nongnu.org; Fri, 09 May 2008 10:40:33 -0400 Received: from [199.232.76.173] (port=56656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuTlv-0006My-VL for qemu-devel@nongnu.org; Fri, 09 May 2008 10:40:32 -0400 Received: from nan.false.org ([208.75.86.248]:48532) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuTlv-0004Vw-Hx for qemu-devel@nongnu.org; Fri, 09 May 2008 10:40:31 -0400 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E6960983EA for ; Fri, 9 May 2008 14:40:30 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id CC22598371 for ; Fri, 9 May 2008 14:40:30 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JuTlt-0008RW-TH for qemu-devel@nongnu.org; Fri, 09 May 2008 10:40:29 -0400 Date: Fri, 9 May 2008 10:40:29 -0400 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] Debugging vmlinux with qemu and gdb. Unable to step, next, print or to get any information.. Message-ID: <20080509144029.GA32414@caradoc.them.org> References: <824D057211107844BA95DB341B4BF12E01139BF2@hanvsmail04.eu.thmulti.com> <4823D56F.1010600@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4823D56F.1010600@windriver.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 On Thu, May 08, 2008 at 11:39:11PM -0500, Jason Wessel wrote: > +@item maintenance packet qqemu.sstepbits Are these packets in wide use yet? If not, I'd really recommend you use qRcmd instead; then the GDB command is just "monitor", e.g. "monitor show sstepbits". maint packet isn't really intended for users. -- Daniel Jacobowitz CodeSourcery