From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99007 invoked by alias); 11 Aug 2017 15:12:47 -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 96115 invoked by uid 89); 11 Aug 2017 15:12:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=170811, 17-08-11, H*r:sk:static., HContent-Transfer-Encoding:8bit X-HELO: mail-it0-f42.google.com Received: from mail-it0-f42.google.com (HELO mail-it0-f42.google.com) (209.85.214.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Aug 2017 15:12:43 +0000 Received: by mail-it0-f42.google.com with SMTP id 76so28478110ith.0 for ; Fri, 11 Aug 2017 08:12:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=f2yo2WxF3H487g2z0msjJwP8YYRhQulD1Z4wcwZj20w=; b=sidHcAQkp0+Z862h8gnpZKvEiQJpHR8DUiK7t43f7xdWc5QvsflPARpv5Ak5/Dp6DC dN7Ou/Wchm9u0EpzKrTn6xBKEQbmydSdd0imPRVZgmahLSDI620mJXS62TkLqUn0aCeC Gv+f9nDDAMtMiu+1Ljo9foQYX4WyEbxgCRd25iQ66JnuzQJCqChXMPCFORRiamtNeENY ZVjTmrwSro2MkxForq5DqWM4cwOJ6RKlgTH33xMvtJLDxAYEnDTecQ5f6+yWvSQimq4H V8TU/OSU05Oajkx8Oaqb354WBi0HWDmK57rqCww+68ZRLBE7CuksoALtMwI7Nj68lNL6 +z3A== X-Gm-Message-State: AIVw111AcdTAIaXK53sJPcrjzMQecUR/xGegx8+W4ZB4ML8CDDs7RDP1 qo9Q9tIeo3ee7Q== X-Received: by 10.36.125.81 with SMTP id b78mr14788054itc.26.1502464362086; Fri, 11 Aug 2017 08:12:42 -0700 (PDT) Received: from 1170ee0b50d5 (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id w6sm642069itb.2.2017.08.11.08.12.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Aug 2017 08:12:41 -0700 (PDT) Date: Fri, 11 Aug 2017 15:12:00 -0000 From: Yao Qi To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Yao Qi , Joel Brobecker Subject: Re: [PATCH v2] PR breakpoints/21886: mem-break: Fix breakpoint insertion location Message-ID: <20170811151238.GI8039@1170ee0b50d5> References: <86zibf1n5e.fsf@gmail.com> <861son1jdy.fsf@gmail.com> <86shh1yyls.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-08/txt/msg00238.txt.bz2 On 17-08-11 15:31:25, Maciej W. Rozycki wrote: > On Wed, 9 Aug 2017, Yao Qi wrote: > > > > Thanks for your review and testing. I have committed it to master now. > > > How about the 8.0 branch? > > > > Yes, please. Are you able to edit page > > https://sourceware.org/gdb/wiki/GDB_8.0_Release and add this PR in 8.0.1 > > release? If you don't have the permission to edit, I can do it for you. > > I have backported the change now and, after a hiccup, managed to create a > wiki account. However as you suspected, I seem unable to edit the page as > it shows as immutable, at least to me. Would you be able to do anything > about my editing permission? FWIW I have no issues with the sibling GLIBC > wiki. I'm user `macro' in both wikis. AFAIK, users on https://sourceware.org/gdb/wiki/EditorGroup have the permission to edit the wiki. I add `macro' in the list. Does it work? -- Yao (齐尧)