From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEU2Q-0007gg-Nj for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:13:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEU2P-0005Se-Qq for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:13:50 -0400 Received: from mail.serverraum.org ([78.47.150.89]:50640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEU2P-0005Sa-Ku for qemu-devel@nongnu.org; Mon, 25 Apr 2011 18:13:49 -0400 From: Michael Walle Date: Tue, 26 Apr 2011 00:13:55 +0200 References: <64b9d81c.aefd.12f8c08e79a.Coremail.qemu_wanghuang@126.com> In-Reply-To: <64b9d81c.aefd.12f8c08e79a.Coremail.qemu_wanghuang@126.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201104260013.55463.michael@walle.cc> Subject: Re: [Qemu-devel] [PATCH]fix ambiguity in "-d op_opt" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu_wanghuang Am Montag 25 April 2011, 11:41:24 schrieb qemu_wanghuang: > In Ful-system emulation, when we use "-d op_opt",we can not find the pc of > guest=EF=BB=BFinstruction in logfile.However,we can get this in log by us= ing > command "-d op". It is funny that when we use "-d op,op_opt",we get pc in > both op's log and op_opt's log.It makes the command "-d op_opt" ambiguous. target-lm32 is missing in this patch. =2D-=20 Michael