From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5136 invoked by alias); 6 Jan 2018 00:26:28 -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 5105 invoked by uid 89); 6 Jan 2018 00:26:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=polishing, stand X-HELO: gateway31.websitewelcome.com Received: from gateway31.websitewelcome.com (HELO gateway31.websitewelcome.com) (192.185.144.29) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 06 Jan 2018 00:26:25 +0000 Received: from cm15.websitewelcome.com (cm15.websitewelcome.com [100.42.49.9]) by gateway31.websitewelcome.com (Postfix) with ESMTP id AF99FD9538 for ; Fri, 5 Jan 2018 18:26:23 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id XcJbebCNDmzEzXcJbe4Fg8; Fri, 05 Jan 2018 18:26:23 -0600 Received: from 71-218-90-63.hlrn.qwest.net ([71.218.90.63]:39986 helo=pokyo.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1eXcJb-0035k1-Gh for gdb-patches@sourceware.org; Fri, 05 Jan 2018 18:26:23 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 0/6] Some DWARF reader polishing Date: Sat, 06 Jan 2018 00:26:00 -0000 Message-Id: <20180106002621.21099-1-tom@tromey.com> X-BWhitelist: no X-Source-L: No X-Exim-ID: 1eXcJb-0035k1-Gh X-Source-Sender: 71-218-90-63.hlrn.qwest.net (pokyo.Home) [71.218.90.63]:39986 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-SW-Source: 2018-01/txt/msg00125.txt.bz2 While working on a feature for Rust debugging (https://github.com/rust-lang/rust/issues/32920 if you're curious), I found a few things to clean up that made my patch a bit simpler to write. Since these stand alone reasonably well, I am sending them now. Regression tested by the buildbot. Tom