From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f41.google.com (mail-wm1-f41.google.com [209.85.128.41]) by sourceware.org (Postfix) with ESMTPS id 4B4C23858C60 for ; Thu, 3 Mar 2022 14:58:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4B4C23858C60 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-wm1-f41.google.com with SMTP id i66so3305175wma.5 for ; Thu, 03 Mar 2022 06:58:59 -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=CC0U/bfcWyNWmBB3HQhiB46Wnmat8BdTRSd3pn6qPxo=; b=mnubGN1A/SAah0Ug1HHzR4tQp2y4c+0NeSGRnokT9wgyOnS+kJgnYsFeoZx3pQIcSM ooaVUHA361QNfW4gN1AXkllTMABZE/p0hwPtCvnJYc8cQOdNxmbJDnYqgecnDg3WRzvE 0R2aiAY7bUjfLVmPrptsGYXVaMdmpJa+KnClNWHKkBWGRBCl1qC0P3DuBBMmlpBU1Sp/ DNmHRfsn20u4FoKRjuwp/JqdF5tgFFrTXr1fRyYNQmPzS7+0SP//oGq60jL9MsfTVPfF j/Op3fFmi61UWwt7gBlllaE+DqpQk/4yr++k9fh/YoR4gRlclN7RRBjshEBcFt5B/hA3 1dcg== X-Gm-Message-State: AOAM530afoEmpHHJahNQvyI89zoU4BVAwCg/fEDkdY86H+YmokOxw1iP Ge/9YOlreQEwlE2mDmo2Ve8= X-Google-Smtp-Source: ABdhPJwm1y5xang4/biOwH5pBP3yKord9WSsNnQWjnsc9aIa0aQYukdK0JZ98L0oDjW2BOHDdVktpw== X-Received: by 2002:a05:600c:1e0a:b0:388:1d33:3793 with SMTP id ay10-20020a05600c1e0a00b003881d333793mr2514608wmb.23.1646319538273; Thu, 03 Mar 2022 06:58:58 -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 z10-20020a056000110a00b001ea75c5c218sm2197446wrw.89.2022.03.03.06.58.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Mar 2022 06:58:57 -0800 (PST) Message-ID: <14aadc99-6621-3aac-daad-66f4838ce074@palves.net> Date: Thu, 3 Mar 2022 14:58:55 +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> From: Pedro Alves In-Reply-To: <20220303124439.GF1212730@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.3 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: Thu, 03 Mar 2022 14:59:00 -0000 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.