From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44382 invoked by alias); 31 Aug 2018 15:12:04 -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 44367 invoked by uid 89); 31 Aug 2018 15:12:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Aug 2018 15:12:02 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E26DA402212C for ; Fri, 31 Aug 2018 15:12:00 +0000 (UTC) Received: from localhost.localdomain (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 877F91C71E for ; Fri, 31 Aug 2018 15:12:00 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/2] continuable/steppable/non-steppable watchpoints Date: Fri, 31 Aug 2018 15:12:00 -0000 Message-Id: <20180831151159.10583-1-palves@redhat.com> X-SW-Source: 2018-08/txt/msg00864.txt.bz2 This is a follow up to . Pedro Alves (2): Eliminate target_have_continuable_watchpoint Add comment describing continuable/steppable/non-steppable watchpoints gdb/gdbarch.h | 2 ++ gdb/gdbarch.sh | 1 + gdb/nto-procfs.c | 3 --- gdb/s390-linux-nat.c | 1 - gdb/target-delegates.c | 27 --------------------------- gdb/target.h | 41 ++++++++++++++++++++++++++++++++++------- gdb/x86-nat.h | 2 -- 7 files changed, 37 insertions(+), 40 deletions(-) -- 2.14.4