From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) by sourceware.org (Postfix) with ESMTPS id 489393831CB2 for ; Mon, 6 Jun 2022 18:42:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 489393831CB2 Received: by mail-io1-xd29.google.com with SMTP id y85so2834174iof.2 for ; Mon, 06 Jun 2022 11:42:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=8iBNkVAnho/c3McClQvhn7vRdiGl97fcrCAKkrdin4o=; b=tv4lK5cvey1v+eghajnceqczyrz+Q3/16YM8Jv5UEzo6vP76MOBOPeDA3//TBnbCDa iuLOyVx+Y4g27N4ONqvdaqPcUecLVG0PJzIG7LRv9EV3MDiC2zQ6qt8AIADc4fA9A1Qx Yk3z24Y7L1W46AAco6ZhwVdZyxTcE9szCYDLf4nq6KDKbrOVaJtCE4fznizLLpRkx9P2 LPtDpKyzn+x1ritbKde1wI4G7rKyHJK8alyWyGmSpztARpwDyULIOgvBGTDSLMVjvToG ZE4RB8l0o29RPLp88kWbXk1Kb1RYow+Qj2/oL4+c9ivoweu4vKcdX6ngBvIB29CsrWGU YOXA== X-Gm-Message-State: AOAM531/pI9sl0gLsrtMjEWpauR5/UgCj3OmEDsBLHIkxiTIgov8J5nM XLHNElg+y2IVNrZ8ASPDtUdaI3MsIPFTag== X-Google-Smtp-Source: ABdhPJzBYZ50EVZw5zjdDjOXYS0V6kly7GaXYc7vKWPQtCoeB6of9EObeDFgNzdYjN1Ueokd4ypeLQ== X-Received: by 2002:a05:6638:1314:b0:331:cb49:b504 with SMTP id r20-20020a056638131400b00331cb49b504mr686289jad.181.1654540921652; Mon, 06 Jun 2022 11:42:01 -0700 (PDT) Received: from murgatroyd (71-211-171-143.hlrn.qwest.net. [71.211.171.143]) by smtp.gmail.com with ESMTPSA id k13-20020a02a70d000000b0032b3a7817e9sm5844237jam.173.2022.06.06.11.42.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jun 2022 11:42:01 -0700 (PDT) From: Tom Tromey To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Remove "-break-insert -r" tests References: <20220526161957.1079680-1-tromey@adacore.com> X-Attribution: Tom Date: Mon, 06 Jun 2022 12:42:00 -0600 In-Reply-To: <20220526161957.1079680-1-tromey@adacore.com> (Tom Tromey's message of "Thu, 26 May 2022 10:19:57 -0600") Message-ID: <87wndtzlaf.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 06 Jun 2022 18:42:03 -0000 >>>>> "Tom" == Tom Tromey writes: Tom> PR mi/14270 points out that mi-break.exp has some tests for an Tom> unimplemented "-r" switch for "-break-insert". This switch was never Tom> implemented, and is not documented -- though it is mentioned in a Tom> comment in the documentation. This patch removes the test and the doc Tom> comment. Tom> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14270 I'm checking this in now. Tom