From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130101 invoked by alias); 22 Apr 2017 16:28:52 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 130075 invoked by uid 89); 22 Apr 2017 16:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Apr 2017 16:28:49 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] More uses of ui_out_emit_tuple From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <46b9c12945629fffb61001a8f13a37c96675c0b7@gdb-build> Date: Sat, 22 Apr 2017 16:28:00 -0000 X-SW-Source: 2017-q2/txt/msg01311.txt.bz2 *** TEST RESULTS FOR COMMIT 46b9c12945629fffb61001a8f13a37c96675c0b7 *** Author: Tom Tromey Branch: master Commit: 46b9c12945629fffb61001a8f13a37c96675c0b7 More uses of ui_out_emit_tuple This patch adds a few more uses of ui_out_emit_tuple. In these cases a slightly more complicated change was needed. This also adds annotate_arg_emitter, for use in stack.c, to avoid having to introduce a new scope and reindent the code for a single call. ChangeLog 2017-04-22 Tom Tromey * stack.c (print_frame_arg): Use ui_out_emit_tuple, annotate_arg_emitter. * breakpoint.c (print_mention_watchpoint) (print_mention_masked_watchpoint): Use ui_out_emit_tuple. * annotate.h (struct annotate_arg_emitter): New.