From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82743 invoked by alias); 1 May 2018 00:38:41 -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 82722 invoked by uid 89); 1 May 2018 00:38:41 -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,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; Tue, 01 May 2018 00:38:40 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Remove some is_mi_like_p from breakpoint code From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <2d33446d4d58edcf993f42957cfe9627c88f112f@gdb-build> Date: Tue, 01 May 2018 00:38:00 -0000 X-SW-Source: 2018-q2/txt/msg02847.txt.bz2 *** TEST RESULTS FOR COMMIT 2d33446d4d58edcf993f42957cfe9627c88f112f *** Author: Tom Tromey Branch: master Commit: 2d33446d4d58edcf993f42957cfe9627c88f112f Remove some is_mi_like_p from breakpoint code This removes some uses of is_mi_like_p from the breakpoint code. The break-catch-throw.c change brings it into line with what other breakpoint classes do. The other changes simply replace printf calls with ui_out::text or ui_out::message calls. ChangeLog 2018-04-30 Tom Tromey * breakpoint.c (mention): Remove use of is_mi_like_p. (print_mention_ranged_breakpoint): Likewise. * break-catch-throw.c (print_it_exception_catchpoint): Remove use of is_mi_like_p.