This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[Patch 0/4 v12] Debug Methods in GDB
- From: Siva Chandra <sivachandra at google dot com>
- To: gdb-patches <gdb-patches at sourceware dot org>
- Date: Tue, 1 Apr 2014 15:52:16 -0700
- Subject: [Patch 0/4 v12] Debug Methods in GDB
- Authentication-results: sourceware.org; auth=none
Hi,
Per Doug's suggestion, I have split the v11 patch in to 4 parts and
addressed his and Eli's comments. A brief description of each part in
this series is as follows:
1/4 - Has doc/python.texi and NEWS changes
2/4 - Adds debug method interface to the extension language API.
3/4 - Uses the above API for C++ method overload resolution and debug
method invocation.
4/4 - Adds debug method support to Python API + tests
Thanks,
Siva Chandra