From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109500 invoked by alias); 31 Jul 2018 13:52:47 -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 109484 invoked by uid 89); 31 Jul 2018 13:52:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= 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; Tue, 31 Jul 2018 13:52:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6D5501167BB; Tue, 31 Jul 2018 09:52:44 -0400 (EDT) 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 3Lf5vHekTkUu; Tue, 31 Jul 2018 09:52:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 271AC11672F; Tue, 31 Jul 2018 09:52:43 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4C5CD85898; Tue, 31 Jul 2018 06:52:42 -0700 (PDT) Date: Tue, 31 Jul 2018 13:52:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Philippe Waroquiers , gdb-patches@sourceware.org Subject: Re: [RFA_v4 1/8] Add helper functions parse_flags and parse_flags_qcs Message-ID: <20180731135242.GA3186@adacore.com> References: <20180710213926.32240-1-philippe.waroquiers@skynet.be> <20180710213926.32240-2-philippe.waroquiers@skynet.be> <20180730201556.GA19069@adacore.com> <87pnz4o2iu.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pnz4o2iu.fsf@tromey.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2018-07/txt/msg00809.txt.bz2 > I also found this bug this weekend, while trying out -fsanitize=address. > > I have a patch for this one. I haven't written the ChangeLog yet but I > will try to do it as soon as possible. > > Actually I have patches to make gdb nearly -fsanitize=address clean; or > at least, the ordinary test suite on my machine is down to 1 failure > (there are some additional gdbserver failures in bugzilla that I haven't > looked at yet). My series also addresses much of -fsanitize=undefined > as well. Very nice! Thanks Tom and Philippe, -- Joel