From: Marc Khouzam <marc.khouzam@ericsson.com>
To: "André Pönitz" <andre.poenitz@mathematik.tu-chemnitz.de>,
"Mircea Gherzan" <mircea.gherzan@intel.com>
Cc: "tromey@redhat.com" <tromey@redhat.com>,
"vladimir@codesourcery.com" <vladimir@codesourcery.com>,
"gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
"mgherzan@gmail.com" <mgherzan@gmail.com>
Subject: RE: [PATCH 1/3] MI: fix the result of -break-insert with multiple locations
Date: Thu, 07 Mar 2013 21:44:00 -0000 [thread overview]
Message-ID: <E59706EF8DB1D147B15BECA3322E4BDC0CF7D3@eusaamb103.ericsson.se> (raw)
In-Reply-To: <20130307205351.GA4065@klara.mpi.htwm.de>
> On Thu, Mar 07, 2013 at 05:31:51PM +0100, Mircea Gherzan wrote:
> > On 02.03.2013 17:53, André Pönitz wrote:
> > >On Thu, Feb 28, 2013 at 07:29:55PM +0100, Mircea Gherzan wrote:
> > >>The current MI output when printing a breakpoint with multiple locations
> > >>is not conformant to the MI specification:
> > >>
> > >> bkpt={number="1", ...},{number="1.1", ...},{number="1.2", ...}
> > >>
> > >>This patch fixes this issue by moving the locations to a list inside the
> > >>first tuple:
> > >>
> > >> bkpt={number="1", ... , locations=[{number="1.1", ...}, ...]}
> > >
> > >This breaks GDB frontends that parse the original output.
> >
> > This has been discussed before.
>
> As in "we ignored your input".
>
> > Marc has confirmed that Eclipse does not parse the original output either.
>
> How does the non-affectedness of a specific frontend matter
> in that context? Are there first and second class citizens
> when it comes to gdb frontends?
I think it may simply be that Mircea is not familiar with the frontend
landscape. Eclipse is not the only frontend that uses MI to control
GDB. Andre takes care of another such frontend (I apologize but
its names escapes me right at this moment).
Normally, MI changes should be backwards compatible (even
if they are fixing something broken). I have seen that for difficult
changes, exceptions were made as long as no one mentioned
the change broke a frontend. This is not the case here.
> This breaks frontends that parses the original output and do
> (obviously...) not understand your changed version.
next prev parent reply other threads:[~2013-03-07 21:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-28 18:30 Mircea Gherzan
2013-02-28 18:50 ` [PATCH 2/3] MI: add tests for breakpoints " Mircea Gherzan
2013-02-28 18:56 ` [PATCH 3/3] MI: document the format " Mircea Gherzan
2013-02-28 18:59 ` Eli Zaretskii
2013-03-02 16:53 ` [PATCH 1/3] MI: fix the result of -break-insert " André Pönitz
2013-03-07 16:32 ` Mircea Gherzan
2013-03-07 20:54 ` André Pönitz
2013-03-07 21:44 ` Marc Khouzam [this message]
2013-03-08 0:15 ` André Pönitz
2013-03-11 15:06 ` Mircea Gherzan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E59706EF8DB1D147B15BECA3322E4BDC0CF7D3@eusaamb103.ericsson.se \
--to=marc.khouzam@ericsson.com \
--cc=andre.poenitz@mathematik.tu-chemnitz.de \
--cc=gdb-patches@sourceware.org \
--cc=mgherzan@gmail.com \
--cc=mircea.gherzan@intel.com \
--cc=tromey@redhat.com \
--cc=vladimir@codesourcery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox