This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC 00/12 V2] Visit varobj available children only in MI
- From: Yao Qi <yao at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Thu, 12 Jun 2014 15:35:09 +0800
- Subject: Re: [RFC 00/12 V2] Visit varobj available children only in MI
- Authentication-results: sourceware.org; auth=none
- References: <1392367471-13527-1-git-send-email-yao at codesourcery dot com>
On 02/14/2014 04:44 PM, Yao Qi wrote:
> This is the V2 of this patch series, addressing Keith's review comments
> to V1 (reviewed in Jan 2014). The general description of this series
> can be found https://sourceware.org/ml/gdb-patches/2013-11/msg00739.html
>
> Changes in V2 are:
>
> - Include NEWS and doc.
> - Fix typos, grammatical mistakes, and changelog entries.
> - Update copyright year from "2013" to "2013-2014" for new files.
> - Use -list-features to return "available-children-only" (#7).
> - Update config/djgpp/fnchange.lst for new tests.
> - Fix a missing cleanup (#2).
> - Call varobj_delete_iter in free_variable (#3).
>
> Regression tested on x86_64-linux.
Since 7_8 branch is created, I pushed patches 1 to 6 (reviewed by Tom)
in to trunk.
--
Yao (éå)