From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by sourceware.org (Postfix) with ESMTPS id B65EE3860C37 for ; Thu, 27 Aug 2020 20:27:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B65EE3860C37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=alves.ped@gmail.com Received: by mail-wr1-f65.google.com with SMTP id k15so2773383wrn.10 for ; Thu, 27 Aug 2020 13:27:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=9tadlGaAPynf2Qy2J7nx2HU3l5vV0109MsoIEMECpuM=; b=NQjMXA3+vVHpiipEcflCtuaL2JZ5DDu+a3i7qgonxZpFu1J+C5PCnkn1So1ODwoMp0 njDeTWKleqSJ45PPRXvjCyEKno2FPB1mrZrFppIdGGnLHaMTkxWtcOdVU3deM5F6QE7u 0ST6wo72g7gQkwAUjletdvCDA5xlv/tt6TG3ZxnpSjq8sgsUfK5Z6gBjf4ipzfaz4+Qw h/vqTwoIoY+d9MtYjt5UcDy3JNxuCgou+bsSnQ+Ug2TulmkSsFh6YbgdBQifEF+4ylfh CsxRzl1Sk0iRLJdbXpEdDur3pVzpRDOBs9DeLRae25zwmAN4mHhxqdy/YTWEr9H849Um S3WA== X-Gm-Message-State: AOAM530D+Eh9/ggCM9UH9bQ7uiPkgOuwxB9TH2EEszgoLjagypfEET5Z oOocMYSnRULCThMHbIOeFChdvo3ziCNwow== X-Google-Smtp-Source: ABdhPJwIvXqp3NzdwYoGW6GOrqPCiBB+nmlu7lKD6WhoLu6Q4xw6J/4nuMvq5VqBE0iwbXyFm+0omA== X-Received: by 2002:a05:6000:1631:: with SMTP id v17mr13101016wrb.411.1598560022893; Thu, 27 Aug 2020 13:27:02 -0700 (PDT) Received: from ?IPv6:2001:8a0:f905:5600:56ee:75ff:fe8d:232b? ([2001:8a0:f905:5600:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id g17sm7789099wrr.28.2020.08.27.13.27.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Aug 2020 13:27:01 -0700 (PDT) Subject: Re: [PATCH] breakpoint.c: Fix advance/until and multiple locations To: =?UTF-8?B?57SA6YeN56aV?= , simark@simark.ca References: <27c4a444-3b72-3b00-ec23-5e6e9082d5e7@simark.ca> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <44e325dc-ea57-53ed-117c-e6efb05fec39@palves.net> Date: Thu, 27 Aug 2020 21:27:00 +0100 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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, BODY_8BITS, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Aug 2020 20:27:06 -0000 On 8/27/20 3:17 AM, 紀重禕 wrote: > Hi Simon, > > Pedro Alves actually did a better and complete patch! Sorry to take up your > time. I was the one who created the bug reports and I already had the fixes written before I created them. I'm very sorry that I didn't say so in the bug reports, which would have avoided you the work! I'll keep this in mind for the next time. I never imagined that someone else would run into the bug and write a patch so quickly! What a coincidence. Thanks for contributing. Please don't be shy about fixing more bugs and posting more patches! :-) Thanks, Pedro Alves