From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYzHY-0000mk-TY for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:24:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYzHP-0001ot-S4 for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:24:04 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:57941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYzHP-0001ok-IY for qemu-devel@nongnu.org; Tue, 30 Sep 2014 11:23:55 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 30 Sep 2014 16:23:54 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 805C12190041 for ; Tue, 30 Sep 2014 16:23:30 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s8UFNqHD59179238 for ; Tue, 30 Sep 2014 15:23:52 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s8UFNpvP022808 for ; Tue, 30 Sep 2014 09:23:51 -0600 From: Jens Freimann Date: Tue, 30 Sep 2014 17:23:46 +0200 Message-Id: <1412090627-18709-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] gdb: detect target architecture via target.xml List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Conny, Alex, Christian, this patch has been sent before as part of a gdb series a few weeks ago. It contains only names for architectures that are also defined in the xml files that are shipped with gdb. Discussion revealed that the 32bit arm case can easily be added as an follow-up patch. Therefore this patch is left unchanged. Adding Emanuel and Richard to Cc since they were involved in the discussion last time David Hildenbrand (1): gdb: provide the name of the architecture in the target.xml gdbstub.c | 19 ++++++++++++------- include/qom/cpu.h | 2 ++ target-arm/cpu64.c | 1 + target-ppc/translate_init.c | 2 ++ target-s390x/cpu.c | 1 + 5 files changed, 18 insertions(+), 7 deletions(-) -- 1.8.5.5