From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99224 invoked by alias); 2 Aug 2018 21:26:27 -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 99203 invoked by uid 89); 2 Aug 2018 21:26:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailsec113.isp.belgacom.be Received: from mailsec113.isp.belgacom.be (HELO mailsec113.isp.belgacom.be) (195.238.20.109) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Aug 2018 21:26:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1533245182; x=1564781182; h=from:to:subject:date:message-id; bh=EG+26EiG792bg8k2gruoPQblGRj3ceGBj43ygURVpWo=; b=K21iFve/s8rb8n0gdwjGHs4LOWNII22TSjbQ4XNgiIeD0YAu9k4QVQKN CqzbgiHFxA2abkK3n8LI65YyfOXNww==; Received: from 145.43-64-87.adsl-dyn.isp.belgacom.be (HELO md.home) ([87.64.43.145]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 02 Aug 2018 23:26:20 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Subject: RFA Fix regressions for multi breakpoints command line setting/clearing Date: Thu, 02 Aug 2018 21:26:00 -0000 Message-Id: <20180802212613.29813-1-philippe.waroquiers@skynet.be> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00056.txt.bz2 Fix regressions for multi breakpoints command line setting/clearing Fix done in breakpoint.c gdb.base/commands.exp changed to reproduce/test the problems. Note that these regressions appeared in GDB 8.1, e.g. GNU gdb (GDB) 8.1 ... (gdb) command 1 2 Type commands for breakpoint(s) 1 2, one per line. End with a line saying just "end". >p 987654321 >end No breakpoint number 54321. ... (gdb) command 1 2 Type commands for breakpoint(s) 1 2, one per line. End with a line saying just "end". >end Type commands for breakpoint(s) 1 2, one per line. End with a line saying just "end". >end (gdb) So, wondering if this fix should not be merged back to 8.2 (and/or in 8.1.2) ?