From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17049 invoked by alias); 17 Dec 2015 14:14:56 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17040 invoked by uid 89); 17 Dec 2015 14:14:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=prepares X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 17 Dec 2015 14:14:54 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 0C.CB.06940.782C2765; Thu, 17 Dec 2015 15:11:19 +0100 (CET) Received: from elxa4wqvvz1.dyn.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.90) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Dec 2015 09:14:51 -0500 From: Antoine Tremblay To: Subject: [PATCH v8 0/7] Support software single step and conditional breakpoints on ARM in GDBServer. Date: Thu, 17 Dec 2015 14:14:00 -0000 Message-ID: <1450361684-29536-1-git-send-email-antoine.tremblay@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00327.txt.bz2 In this v8: * Remove old patch 3. * Patch 3: Use #define ARM_SIGRETURN, ARM_RT_SIGRETURN * Other small style fixes highlighted in v7. Patch 1: is OK. Patch 2: is OK. Patch 3: Needs review ? Patch 4: is OK. Patch 5: is OK> Patch 6: is OK. Patch 7: is OK. --- This patch series adds support for software single step and conditional breakpoints on ARM in GDBServer. Patches 1,2,3,4 prepares for sharing of software single step code for ARM in GDB with GDBServer. Patch 5 Implements the support for ARM software single step. Patch 6 Adds support for while-stepping actions. Patch 7 Adds support for conditional breakpoints in GDBServer. This patch set has no observed regressions, tested on Ubuntu 14.04 ARMv7 and x86. With gdbserver-{native,extended} / { -marm -mthumb } Note also that while I could not test thumbv1 instructions directly with gcc -marmv4t, manual testing of the software single step was done for thumv1 instructions.