This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/14733] GDB/MI output syntax inaccuracy while adding a multiple location breakpoint


https://sourceware.org/bugzilla/show_bug.cgi?id=14733

--- Comment #2 from Marc Khouzam <marc.khouzam at ericsson dot com> ---
Simon pointed out this bug and after looking at how the output is handled in
Eclipse, I wanted to clarify that currently, all the extra tuples specifying
locations are being ignored by Eclipse as it does not follow the expected
format.  That was a good think in a way because things probably would have
broke in a worse way had each location been parsed as a separate breakpoint.

I think that when fixing this, we should make sure the locations don't end up
looking like main breakpoints.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]