This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] Yank out target_ops->to_sections
- From: Pedro Alves <pedro at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 23 May 2009 15:31:06 +0100
- Subject: Re: [RFC] Yank out target_ops->to_sections
- References: <200905230115.27336.pedro@codesourcery.com>
On Saturday 23 May 2009 01:15:27, Pedro Alves wrote:
> An alternative step would be to make corelow.c keep core target
> sections per core on an on-the-side structure; to keep
> target sections per exec file loaded in the exec target, again on an
> on-the-side structure; and to access struct so_list->sections
> directly --- this was one of my earlier approaches. Somehow it looked
> to me that this was a smoother incremental step.
I've slept on it, and I think I'll post a v2 patch that does the above
for consideration.
--
Pedro Alves