From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 6242D389042C for ; Wed, 29 Jul 2020 21:01:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6242D389042C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 140BF116C6F; Wed, 29 Jul 2020 17:01:26 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com 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 iqSFhNJ590I1; Wed, 29 Jul 2020 17:01:26 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D8A01116C4E; Wed, 29 Jul 2020 17:01:25 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3FE168664C; Wed, 29 Jul 2020 14:01:24 -0700 (PDT) Date: Wed, 29 Jul 2020 14:01:24 -0700 From: Joel Brobecker To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: GNU Tools @ Linux Plumbers Conference Message-ID: <20200729210124.GL8914@adacore.com> References: <20200728151410.GM15313@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 29 Jul 2020 21:01:27 -0000 Hi Simon, > I think it would be a great opportunity to meet in some way. I really enjoyed > meeting all the GDB developers who were there at Cauldron last year, I know I > would enjoy hearing your voices again (and maybe new voices). Me too. > If people are interested, I don't mind taking care of registering a > BoF session. Keeping in mind that the deadline is this Friday (July > 31st), I would need to know pretty quickly if at least a few others > would show up if we do this. I would like this. > If we do this session, I can also take care of collecting a list of > topics that folks would like to talk about, just post them here. It > can be pretty much about anything related to GDB development. Past and planned architectural changes? E.g. - the moving of gnulib and gdbserver - some of the changes you've made to the type system to provide a more C++-like API (replacing some of the macros we have been using) - Do people want to give feedback on the new version numbering scheme? - other large changes that people would like to pre-announce? Thanks Simon! -- Joel