From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AmFcS-00085I-So for qemu-devel@nongnu.org; Thu, 29 Jan 2004 12:06:20 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AmFbw-0007gE-0d for qemu-devel@nongnu.org; Thu, 29 Jan 2004 12:06:19 -0500 Received: from [212.186.175.67] (helo=localhost) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AmFbv-0007fT-AI for qemu-devel@nongnu.org; Thu, 29 Jan 2004 12:05:47 -0500 Subject: Re: [Qemu-devel] Knoppix results From: Gabriel Ebner In-Reply-To: <200401290843.11725.kyle@silverbeach.net> References: <200401282211.00224.kyle@silverbeach.net> <20040129141247.GA13654@cs.unibo.it> <20040129153217.55cfc212.jrydberg@night.trouble.net> <200401290843.11725.kyle@silverbeach.net> Content-Type: text/plain Message-Id: <1075395859.14344.2.camel@localhost> Mime-Version: 1.0 Date: Thu, 29 Jan 2004 18:04:19 +0100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kyle@silverbeach.net, qemu-devel@nongnu.org Hello, Am Don, den 29.01.2004 schrieb Kyle Hayes um 17:43: > Would I run QEMU from the command line via GDB? > > $ gdb qemu -hda hda.img -cdrom knoppix.iso -boot d -m 128 > > ?? Well, I don't think so. It think you have to run qemu -s but then I don't know how to make gdb connect to that port... gdb's info page shows nothing like that at first sight. $ qemu -help | grep gdb -s wait gdb connection to port 1234 -p port change gdb connection port Gabriel.