From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109898 invoked by alias); 9 Sep 2017 16:02:51 -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 109661 invoked by uid 89); 9 Sep 2017 16:02:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=volunteer, macs, Macs X-HELO: gproxy2-pub.mail.unifiedlayer.com Received: from gproxy2-pub.mail.unifiedlayer.com (HELO gproxy2-pub.mail.unifiedlayer.com) (69.89.18.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 09 Sep 2017 16:02:49 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy2.mail.unifiedlayer.com (Postfix) with ESMTP id D04F51E0951 for ; Sat, 9 Sep 2017 10:02:47 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id 7U2k1w00X2f2jeq01U2nR2; Sat, 09 Sep 2017 10:02:47 -0600 X-Authority-Analysis: v=2.2 cv=K4VSJ2eI c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=2JCJgTwv5E4A:10 a=1x9eV4RLcuWCX3aFZJ0A:9 Received: from 75-166-76-94.hlrn.qwest.net ([75.166.76.94]:40316 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dqiDU-003PcP-Cg; Sat, 09 Sep 2017 10:02:44 -0600 From: Tom Tromey To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA 2/7] Remove make_cleanup_ui_out_table_begin_end References: <20170909153540.15008-1-tom@tromey.com> <20170909153540.15008-3-tom@tromey.com> Date: Sat, 09 Sep 2017 16:02:00 -0000 In-Reply-To: <20170909153540.15008-3-tom@tromey.com> (Tom Tromey's message of "Sat, 9 Sep 2017 09:35:35 -0600") Message-ID: <87y3pndfmk.fsf@bapiya> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1dqiDU-003PcP-Cg X-Source-Sender: 75-166-76-94.hlrn.qwest.net (bapiya) [75.166.76.94]:40316 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-09/txt/msg00237.txt.bz2 I forgot to mention something I had meant to mention when submitting this series: Tom> * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table. Tom> (info_spu_dma_cmdlist): Likewise. [..] Tom> * darwin-nat-info.c (darwin_debug_regions_recurse): Use Tom> ui_out_emit_table. I don't have any way to test these, or even compile the darwin patch. So this requires extra careful review at least, or someone to volunteer to try them out. It would be very nice to have a darwin builder hooked up to the buildbot. I'm not sure how practical this is ... there are so many Macs around Moz that maybe I could acquire one somehow, but I don't know that I could host it anywhere. Tom