From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115312 invoked by alias); 1 Feb 2018 09:47:50 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 115178 invoked by uid 89); 1 Feb 2018 09:47:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=Hx-languages-length:333, HContent-Transfer-Encoding:8bit X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Feb 2018 09:47:38 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8884356207; Thu, 1 Feb 2018 04:47:37 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zUlOEpDxFZnM; Thu, 1 Feb 2018 04:47:37 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2F0CF117599; Thu, 1 Feb 2018 04:47:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B504683307; Thu, 1 Feb 2018 13:47:32 +0400 (+04) Date: Thu, 01 Feb 2018 09:47:00 -0000 From: Joel Brobecker To: Dennis Clarke Cc: gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 8.1 released! Message-ID: <20180201094732.qxblhtja7ss6bq4i@adacore.com> References: <9240f266bc7856acebd21eed63045c01@polymtl.ca> <693c0f43-2955-0b3b-33d9-34545c7f9c72@blastwave.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <693c0f43-2955-0b3b-33d9-34545c7f9c72@blastwave.org> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-02/txt/msg00001.txt.bz2 > > Just one precision: Thanks, Simon! > > >   * New 'rbreak' command to insert a number of breakpoints via a regular > > >     expression pattern (requires Python); > > Just a question to clarify here but do I now need big ol' python to > build gdb from source? Python is still optional. -- Joel