This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: PATCH (gdb/mi)
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: Jim Ingham <jingham at apple dot com>,Nick Roberts <nick at nick dot uklinux dot net>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 30 Oct 2003 16:01:07 -0500
- Subject: Re: PATCH (gdb/mi)
- References: <1067099552.15608.ezmlm@sources.redhat.com> <3E1F6428-08B0-11D8-A22C-000A958F4C44@apple.com>
Nick,
Yes, this is what our local version does for the -var-list-children command ('cept we call the variable print_value not values...), and it seems to work well.
Jim, did Apple add the needed doc and testcase?
Nick, MI changes need:
- assignment
- testcase
- doco
- patch
which is more than the average patch. This is part of trying to ensure
that GDB doesn't end up with un-documented un-tested MI mechanisms.
Eli will probably tell you that you need to update the MI doc's.
Jim