This is the mail archive of the gdb-patches@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]

Re: [PATCH] Add method/format information to =record-started


On 16-06-06 10:02 AM, Metzger, Markus T wrote:
> I'm wondering if we want the short or the long form of the format.  If we
> expect MI front-ends to just print it as-is, the long form may be more useful.
> That's also what's printed by "info record".  I'm fine either way.

The main goal for this is to communicate to Eclipse which method is being used,
so it can update its UI as if the user had done the same action using the UI.
It's really for program/program communication, not program/human.  If frontends
wanted a nice human readable string, we could always add it as an extra.


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