From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26850 invoked by alias); 17 Feb 2016 09:49:03 -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 26827 invoked by uid 89); 17 Feb 2016 09:49:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=arnez, Arnez, HContent-Transfer-Encoding:8bit X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Feb 2016 09:49:00 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id 9DF173FE67; Wed, 17 Feb 2016 10:49:49 +0100 (CET) Received: from [192.168.13.108] (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by hogfather.0x04.net (Postfix) with ESMTPSA id AABA558008C; Wed, 17 Feb 2016 10:48:57 +0100 (CET) Subject: Re: [PATCH] gdbserver/s390: Advertise Z0 packet support. To: Andreas Arnez References: <1453374480-11047-1-git-send-email-koriakin@0x04.net> <1454852905-17184-1-git-send-email-koriakin@0x04.net> <56C1D5E4.2030303@0x04.net> Cc: gdb-patches@sourceware.org From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <56C44209.8070705@0x04.net> Date: Wed, 17 Feb 2016 09:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00499.txt.bz2 On 17/02/16 10:18, Andreas Arnez wrote: > On Mon, Feb 15 2016, Marcin Kościelnicki wrote: > >> Ping >> >> On 07/02/16 14:48, Marcin Kościelnicki wrote: >>> This is necessary for upcoming tracepoint support - otherwise, setting >>> a tracepoint and a breakpoint on the same address will fail, since gdbserver >>> won't know about gdb's breakpoint. >>> >>> Tested on s390x-ibm-linux-gnu and s390-ibm-linux-gnu, RHEL 7.2. >>> >>> gdb/gdbserver/ChangeLog: >>> >>> * linux-s390-low.c (s390_supports_z_point_type): New function. >>> (struct linux_target_ops): Wire s390_supports_z_point_type in. >>> --- >>> I've added missing comment. Ping? > > This is OK. > > Thanks, > Andreas > Thanks, pushed.