From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34429 invoked by alias); 18 Apr 2019 16:14:15 -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 32166 invoked by uid 89); 18 Apr 2019 16:14:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:623, HX-Received:2b41 X-HELO: mail-wm1-f68.google.com Received: from mail-wm1-f68.google.com (HELO mail-wm1-f68.google.com) (209.85.128.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Apr 2019 16:14:10 +0000 Received: by mail-wm1-f68.google.com with SMTP id c1so3356348wml.4 for ; Thu, 18 Apr 2019 09:14:10 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:4c97:6d52:2cea:997b? ([2001:8a0:f913:f700:4c97:6d52:2cea:997b]) by smtp.gmail.com with ESMTPSA id c10sm2980891wro.48.2019.04.18.09.14.07 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Thu, 18 Apr 2019 09:14:07 -0700 (PDT) Subject: Re: [PATCH v4 2/2] MI: Add new command -complete To: Jan Vrany , gdb-patches@sourceware.org References: <20190128124101.26243-1-jan.vrany@fit.cvut.cz> <20190418115847.19854-3-jan.vrany@fit.cvut.cz> <7e80637c-567b-faa5-75fe-e6f04ac9abbd@redhat.com> <0b9e1f3559ebc9ab24b61d8ed591f448730a5349.camel@fit.cvut.cz> From: Pedro Alves Message-ID: <35124eda-4e96-d8b1-1215-3c647f70d745@redhat.com> Date: Thu, 18 Apr 2019 16:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <0b9e1f3559ebc9ab24b61d8ed591f448730a5349.camel@fit.cvut.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-04/txt/msg00343.txt.bz2 On 4/18/19 3:54 PM, Jan Vrany wrote: > On Thu, 2019-04-18 at 15:14 +0100, Pedro Alves wrote: >> This version is OK, with the tiny issue below addressed. >> >> Can you push this yourself, or do you need someone to do it for you? > > No, I can't. I'll send a v5 with two more fixes shortly - if all is OK, > can you push it, please? I see you've already posted some more patches. Do you plan to continue contributing to GDB? If so, might as well give you write access to the repo so you can push your own patches yourself. Let me know what you prefer. Thanks, Pedro Alves