From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by sourceware.org (Postfix) with ESMTPS id F330B3858C74 for ; Tue, 8 Mar 2022 20:42:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F330B3858C74 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f49.google.com with SMTP id j26so20031019wrb.1 for ; Tue, 08 Mar 2022 12:42:03 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=SmmmfTjy1oWiO2zeq8oqD4IGXCP3Y+jTulyLsuZeP0E=; b=PxYoW8v66A8PhUXQsoIilEl6LYxQPOwEEPkWvpkKspf9YLw+2Eouovm5Z5QKMV4YSJ HHZfCjlckSepKluqGZl06/OvMBJjg3Qw0d2/xUg1iW07YkfOnFpGms5EHJcZLUtZAG96 axLOZFY9bXrkedRP07j/jEcdwe9rUKCD+N0tnHafpSLzYFNi7zyVDFzchnCP5aXlh2nE AsNJhviiKD4U/8gE7JvWRBUk4/x7sxn8hEBQc1GQeHgNoMPwEuzkj6Dpx76Dw59AtImc J/HK5mrXJlq9HvbbT4e7dGIh28LPXGFccprrpAdWFACnGixWG8tZ2un9a5BRnDdhFk0B sRFw== X-Gm-Message-State: AOAM533ZhPFsTo96K64mEpUf0q9Dk/G750j7RduFrbE4rUPRtDS99EbJ +WBkTndi9mg/yRKdvnqM/+KX7K/bMtw= X-Google-Smtp-Source: ABdhPJxC5taXYarY/kPGefUIxjSSTB/Pzm/CTc6B5Er65dcneHi2afES4ZoC8qvCyB96fAvTwKlpUg== X-Received: by 2002:a5d:5308:0:b0:1f0:6300:f1d0 with SMTP id e8-20020a5d5308000000b001f06300f1d0mr13917475wrv.278.1646772122856; Tue, 08 Mar 2022 12:42:02 -0800 (PST) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id u4-20020adfdb84000000b001e8d8ac5394sm15870920wri.110.2022.03.08.12.42.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Mar 2022 12:42:01 -0800 (PST) Message-ID: <84fe71d6-5229-82d1-95ad-902da30fe4f8@palves.net> Date: Tue, 8 Mar 2022 20:41:59 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCHv2 2/2] gdb/mi: add --no-connection to MI -add-inferior command Content-Language: en-US To: Andrew Burgess , Eli Zaretskii Cc: gdb-patches@sourceware.org References: <2d926ccc029733a21d4b1483f89b87739e570b29.1646221667.git.aburgess@redhat.com> <83pmn4jf8w.fsf@gnu.org> <20220303124439.GF1212730@redhat.com> <14aadc99-6621-3aac-daad-66f4838ce074@palves.net> <87r17dwnzi.fsf@redhat.com> <0002f2a5-b503-ed36-c9af-1b392531863a@palves.net> <877d94wqlh.fsf@redhat.com> From: Pedro Alves In-Reply-To: <877d94wqlh.fsf@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, 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, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 08 Mar 2022 20:42:06 -0000 On 2022-03-08 12:55, Andrew Burgess wrote: > Pedro Alves writes: > >> On 2022-03-07 19:40, Andrew Burgess wrote: >>> Pedro Alves writes: >>> >>>> On 2022-03-03 12:44, Andrew Burgess via Gdb-patches wrote: >>>>> +* MI changes >>>>> + >>>>> + ** The '-add-inferior' command now accepts a '--no-connection' >>>>> + option, which causes the new inferior to start without a >>>>> + connection. >>>> >>>> I think this should also say that -add-inferior with no option now inherits >>>> the connection of the current inferior, restoring the behavior of GDB xxx. >>> >>> I added this note, and pushed these two patches. >>> >> >> Hmm, I don't see any change in the pushed version. Forgot to amend the >> patch, perhaps? > > Here's the hunk from the patch I pushed, this is currently in master: My bad, I didn't realize there were two NEWS entries, and only looked at the one in the last patch, which stayed the same. Sorry about that.