From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3122 invoked by alias); 29 Jan 2013 20:55:10 -0000 Received: (qmail 3110 invoked by uid 22791); 29 Jan 2013 20:55:09 -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-we0-f180.google.com (HELO mail-we0-f180.google.com) (74.125.82.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 29 Jan 2013 20:55:04 +0000 Received: by mail-we0-f180.google.com with SMTP id k14so637911wer.25 for ; Tue, 29 Jan 2013 12:55:03 -0800 (PST) X-Received: by 10.180.101.133 with SMTP id fg5mr4897120wib.31.1359492903568; Tue, 29 Jan 2013 12:55:03 -0800 (PST) Received: from [192.168.43.116] ([46.115.84.67]) by mx.google.com with ESMTPS id cu7sm5296333wib.8.2013.01.29.12.55.01 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Jan 2013 12:55:02 -0800 (PST) Message-ID: <51083714.7030805@gmail.com> Date: Tue, 29 Jan 2013 20:55: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> <510822D1.1030103@gmail.com> <510832AA.7050502@codesourcery.com> In-Reply-To: <510832AA.7050502@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/msg00696.txt.bz2 Am 29.01.2013 21:35, schrieb Vladimir Prus: > On 29.01.2013 23:28, Mircea Gherzan wrote: >> 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]. > > I did read that, but don't see the output after your patch. Here it is: ^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="",times="0",original-location="foobar",locations=[{number="1.1",enabled="y",addr="0x00000000004008d7",func="foobar()",file="overload.cpp",fullname=".../src/test-bktp-mi-overload/overload.cpp",line="22",thread-groups=["i1"]},{number="1.2",enabled="y",addr="0x00000000004008e0",func="foobar(int)",file="overload.cpp",fullname=".../src/test-bktp-mi-overload/overload.cpp",line="26",thread-groups=["i1"]}]} Thanks, -- Mircea