From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13918 invoked by alias); 28 Nov 2011 15:40:15 -0000 Received: (qmail 13850 invoked by uid 22791); 28 Nov 2011 15:40:12 -0000 X-SWARE-Spam-Status: No, hits=4.1 required=5.0 tests=AWL,BAYES_00,BOTNET,FROM_12LTRDOM,RDNS_DYNAMIC X-Spam-Check-By: sourceware.org Received: from bl22-166-20.dsl.telepac.pt (HELO localhost6.localdomain6) (2.83.166.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Nov 2011 15:39:50 +0000 Received: from localhost6.localdomain6 (localhost.localdomain [127.0.0.1]) by localhost6.localdomain6 (8.14.4/8.14.4/Debian-2ubuntu1) with ESMTP id pASFdlpw018061 for ; Mon, 28 Nov 2011 15:39:48 GMT Subject: [RFC/WIP PATCH 10/14] Comment out new info breakpoints output, in order to not break the test suite. To: gdb-patches@sourceware.org From: Pedro Alves Date: Mon, 28 Nov 2011 15:40:00 -0000 Message-ID: <20111128153947.17761.90193.stgit@localhost6.localdomain6> In-Reply-To: <20111128153742.17761.21459.stgit@localhost6.localdomain6> References: <20111128153742.17761.21459.stgit@localhost6.localdomain6> User-Agent: StGit/0.15 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00771.txt.bz2 --- gdb/breakpoint.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 23bae18..75badf9 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -4962,6 +4962,7 @@ print_one_breakpoint_location (struct breakpoint *b, ui_out_text (uiout, "\n"); } +#if 0 // disabled in order to be able to run the testsuite if (!part_of_multiple && b->trigger_set != NULL) { ui_out_text (uiout, "\tstop only in trigger-set: ["); @@ -4981,6 +4982,7 @@ print_one_breakpoint_location (struct breakpoint *b, ui_out_field_string (uiout, "stop-set", itset_spec (b->stop_set)); ui_out_text (uiout, "]\n"); } +#endif if (!part_of_multiple && b->hit_count) {