From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128247 invoked by alias); 14 Apr 2017 02:23:46 -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 127549 invoked by uid 89); 14 Apr 2017 02:23:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=readily, spots, H*MI:tom X-HELO: gproxy7-pub.mail.unifiedlayer.com Received: from gproxy7-pub.mail.unifiedlayer.com (HELO gproxy7-pub.mail.unifiedlayer.com) (70.40.196.235) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Fri, 14 Apr 2017 02:23:43 +0000 Received: (qmail 28661 invoked by uid 0); 14 Apr 2017 02:23:43 -0000 Received: from unknown (HELO cmgw4) (10.0.90.85) by gproxy7.mail.unifiedlayer.com with SMTP; 14 Apr 2017 02:23:43 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id 82Pg1v0092f2jeq012Pjl2; Thu, 13 Apr 2017 20:23:43 -0600 X-Authority-Analysis: v=2.2 cv=QdwWhoTv c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=AzvcPWV-tVgA:10 a=hGLebNExvAYD4WRjyXoA:9 a=InL_igDUGiZDGkR7:21 a=3XSKOUIw7KBC9nwA:21 Received: from 75-166-65-226.hlrn.qwest.net ([75.166.65.226]:57026 helo=bapiya.Home) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cyqtg-0007Yc-40 for gdb-patches@sourceware.org; Thu, 13 Apr 2017 20:23:40 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 0/5] some cleanup removal for ui_out Date: Fri, 14 Apr 2017 02:23:00 -0000 Message-Id: <20170414022337.28368-1-tom@tromey.com> X-BWhitelist: no X-Exim-ID: 1cyqtg-0007Yc-40 X-Source-Sender: 75-166-65-226.hlrn.qwest.net (bapiya.Home) [75.166.65.226]:57026 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-04/txt/msg00452.txt.bz2 This series converts various (easy) spots to use ui_out_emit_list or ui_out_emit_tuple. This removes a number of cleanups. I've split the less obvious changes out into their own patches for simpler review. There are still a number of changes to be made. Some were in code I thought I could not readily test (like the Darwin port), and some were very convoluted (like disasm.c). Still, this is progress, and a LOC reduction as well. Regtested on the buildbot. Tom