This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [Patch v11] Debug methods in GDB Python
- From: Siva Chandra <sivachandra at google dot com>
- To: gdb-patches <gdb-patches at sourceware dot org>
- Date: Wed, 19 Mar 2014 16:20:19 -0700
- Subject: Re: [Patch v11] Debug methods in GDB Python
- Authentication-results: sourceware.org; auth=none
- References: <CAGyQ6gxrbsRNDY35HczFf_1umYoU3zPXdRqEQJJE-cn5Du=sxg at mail dot gmail dot com>
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