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 v11] Debug methods in GDB Python


Thanks Eli for the review.  Your comments should be addressed when I
post my next patch with code changes.  I have a response for one of
your comments.

On Mon, Mar 3, 2014 at 8:24 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> Is this indeed only relevant to C++, or is C++ just an example?  What
> about Ada, for example?

The code paths that my patch touches are relevant only to C++.  I
would prefer to keep this patch (which I would treat as a v1 of this
feature) simple and be concerned only with C++, unless others feel
that other languages should also be supported.


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