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


Ping.

To summarize the status of this patch:

1. Link to the posting of the latest version (v11) of the patch:
https://sourceware.org/ml/gdb-patches/2014-03/msg00037.html
2. v11 addresses Doug's extensive comments from his review.
3. Eli had comments on the doc changes. I will address them with the
next round of code changes.
4. The patch currently targets debug methods for C++ only.
5. The overall idea: a user will have to define a method matcher which
returns a list of matching workers (also defined by the user) if any.
GDB will first call into the matchers registered with it and collects
matching workers if any. It then iterates over the matching workers to
perform overload resolution.

Thanks,
Siva Chandra


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