From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFL9g-0007hA-JJ for qemu-devel@nongnu.org; Thu, 07 Aug 2014 06:42:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFL9a-0003un-9S for qemu-devel@nongnu.org; Thu, 07 Aug 2014 06:42:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFL9a-0003tq-1o for qemu-devel@nongnu.org; Thu, 07 Aug 2014 06:42:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s77AgaHm020946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 7 Aug 2014 06:42:36 -0400 Received: from localhost (vpn1-6-86.ams2.redhat.com [10.36.6.86]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s77AgY6c013075 for ; Thu, 7 Aug 2014 06:42:35 -0400 Date: Thu, 7 Aug 2014 11:42:33 +0100 From: "Richard W.M. Jones" Message-ID: <20140807104233.GD14001@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] aarch64 & gdb: warning: while parsing target description (at line 1): Could not load XML document "arm-core.xml" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org (gdb) set architecture aarch64 The target architecture is assumed to be aarch64 (gdb) target remote tcp::1234 Remote debugging using tcp::1234 warning: while parsing target description (at line 1): Could not load XML document "arm-core.xml" warning: Could not load XML target description; ignoring Note that I've set the architecture to `aarch64', so it looks as if gdb is requesting and/or qemu is sending the wrong name of the XML file. Also `info registers' is broken, but that's probably just a consequence of the warnings. (gdb) info registers x0 0x0 0 x1 0x0 0 x2 0x0 0 x3 0x0 0 x4 0x0 0 x5 0x0 0 x6 0x0 0 x7 0x4000000000000000 4611686018427387904 x8 0x7f400001d3 546534588883 x9 0x0 0 x10 0x0 0 x11 0x0 0 x12 0x0 0 x13 0x0 0 x14 0x0 0 x15 0x40000000 1073741824 Could not fetch register "x16"; remote failure reply 'E14' Versions: qemu from git today GNU gdb (GDB) Fedora 7.8-15.fc22 kernel 3.16.0 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top