From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83255 invoked by alias); 15 Sep 2016 14:58:48 -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 83238 invoked by uid 89); 15 Sep 2016 14:58:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*uweigand, yao, sk:arnezl, Yao X-HELO: mail-oi0-f66.google.com Received: from mail-oi0-f66.google.com (HELO mail-oi0-f66.google.com) (209.85.218.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Sep 2016 14:58:46 +0000 Received: by mail-oi0-f66.google.com with SMTP id 2so4300476oif.2 for ; Thu, 15 Sep 2016 07:58:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=QYjg3f/c1qj1YrBTyUaAGv57LUXRb10p5Cp/FnILPNY=; b=mzI8BSyON8hbK0vzOBWGG/9cL1ajmA62v3/xp+2IfwSpxe6C7/JxzMuopXQiq9epL5 N3HOk2jkRyKLpm6ClwMgyESisjCNQwqAJiVNWscQBrhuPytgpZLmrMl32LY+HcUrB0mB lONBRjQB2cL6J4/2bcEXGBmS4Kyu6LW4i1NEx3YTV06rOBpZQKrsPXdjlbzgQ2K1seu8 en4icIm4sMbintkxr2KFhMrDA8GqWMhmlRcuIeRylQx+UrL4OuelkccqfB4A+5QBIPqF PR3gG738hlPw06QNS8U0UIMTvstCULwWFQ8XcHJYqrZi338lg7Dvei6WgGsV/1WsVA5Q 6ecg== X-Gm-Message-State: AE9vXwPPI1LJJ7318sw9w9nnALhjfRuWcTPJEdXQP4WVejRHr6RKlypFZB76HsGcFF9UKbGKP1kcmlq2JwBpqQ== X-Received: by 10.157.56.130 with SMTP id p2mr7552955otc.93.1473951524384; Thu, 15 Sep 2016 07:58:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.242.68 with HTTP; Thu, 15 Sep 2016 07:58:43 -0700 (PDT) In-Reply-To: <1473940399-2891-1-git-send-email-arnez@linux.vnet.ibm.com> References: <1473940399-2891-1-git-send-email-arnez@linux.vnet.ibm.com> From: Yao Qi Date: Thu, 15 Sep 2016 14:58:00 -0000 Message-ID: Subject: Re: [PATCH 0/6] S390: Watchpoint enhancements and hardware breakpoints To: Andreas Arnez Cc: "gdb-patches@sourceware.org" , Ulrich Weigand Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00155.txt.bz2 On Thu, Sep 15, 2016 at 12:52 PM, Andreas Arnez wrote: > This series adds some enhancements to the current s390-linux native > support for watchpoints. It also adds hardware breakpoint support. > If you also plan to support watchpoint in GDBserver, It would be nice if you can move all HW watchpoint control code into nat/ directory, like aarch64-linux-hw-point.c and mips-linux-watch.c, so that GDBserver can use them easily. To be clear, I am not against your approach. --=20 Yao (=E9=BD=90=E5=B0=A7)