From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9BvZ-0004jY-CW for qemu-devel@nongnu.org; Thu, 19 Apr 2018 11:56:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9BvU-0005Oa-Ej for qemu-devel@nongnu.org; Thu, 19 Apr 2018 11:56:53 -0400 Received: from smtp1.lauterbach.com ([62.154.241.196]:58271) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f9BvU-00053h-3r for qemu-devel@nongnu.org; Thu, 19 Apr 2018 11:56:48 -0400 Received: from unknown (HELO abo-VirtualBox.8.8.4.4) (Authenticated_SSL:abouassida@[41.224.44.126]) (envelope-sender ) by smtp1.lauterbach.com (qmail-ldap-1.03) with ECDHE-RSA-AES256-SHA encrypted SMTP for ; 19 Apr 2018 15:56:29 -0000 From: Abdallah Bouassida Date: Thu, 19 Apr 2018 16:56:23 +0100 Message-Id: <1524153386-3550-1-git-send-email-abdallah.bouassida@lauterbach.com> Subject: [Qemu-devel] [PATCH v6 0/3] target/arm: Add a dynamic XML-description of the cp-registers to GDB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org, alex.bennee@linaro.org Cc: qemu-arm@nongnu.org, khaled.jmal@lauterbach.com, Abdallah Bouassida The previous version: http://patchwork.ozlabs.org/project/qemu-devel/list/?series=33714 Abdallah Bouassida (3): target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo type target/arm: Add "_S" suffix to the secure version of a sysreg target/arm: Add the XML dynamic generation gdbstub.c | 10 +++++++ include/qom/cpu.h | 5 +++- target/arm/cpu.c | 1 + target/arm/cpu.h | 29 +++++++++++++++++++- target/arm/gdbstub.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ target/arm/helper.c | 57 ++++++++++++++++++++++++++++++--------- 6 files changed, 164 insertions(+), 14 deletions(-) -- 2.7.4