From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6418 invoked by alias); 29 Jan 2013 19:28:33 -0000 Received: (qmail 6410 invoked by uid 22791); 29 Jan 2013 19:28:32 -0000 X-SWARE-Spam-Status: No, hits=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-wg0-f52.google.com (HELO mail-wg0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jan 2013 19:28:25 +0000 Received: by mail-wg0-f52.google.com with SMTP id 12so582118wgh.7 for ; Tue, 29 Jan 2013 11:28:24 -0800 (PST) X-Received: by 10.195.13.11 with SMTP id eu11mr4515440wjd.39.1359487703949; Tue, 29 Jan 2013 11:28:23 -0800 (PST) Received: from [192.168.43.116] ([46.115.84.67]) by mx.google.com with ESMTPS id bd7sm5249542wib.8.2013.01.29.11.28.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Jan 2013 11:28:22 -0800 (PST) Message-ID: <510822D1.1030103@gmail.com> Date: Tue, 29 Jan 2013 19:28:00 -0000 From: Mircea Gherzan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: Vladimir Prus CC: Marc Khouzam , 'Mircea Gherzan' , "'tromey@redhat.com'" , "'gdb-patches@sourceware.org'" Subject: Re: [RFC] Fix the MI result of -break-insert with multiple locations References: <1359470164-32004-1-git-send-email-mircea.gherzan@intel.com> <5107F02F.8070104@intel.com> <5107F832.6080405@codesourcery.com> In-Reply-To: <5107F832.6080405@codesourcery.com> 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: 2013-01/txt/msg00692.txt.bz2 Am 29.01.2013 17:26, schrieb Vladimir Prus: > I think it would help to see complete output, without ellipsis. I provided the full output of -break-insert with an overloaded function in a previous e-mail [1]. > (And when we agree that the proposed output is good, the patch would > need testsuite changes to be accepted) AFAICT the MI test suite does not currently contain any tests for the multiple location case. So I guess you want a new test in mi-break.exp, right? Thanks, Mircea [1] http://www.sourceware.org/ml/gdb-patches/2013-01/msg00684.html