This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 12/15] Add target/symbol.h, update users
- From: Tom Tromey <tromey at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: Gary Benson <gbenson at redhat dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Thu, 10 Jul 2014 13:16:16 -0600
- Subject: Re: [PATCH 12/15] Add target/symbol.h, update users
- Authentication-results: sourceware.org; auth=none
- References: <1404902255-11101-1-git-send-email-gbenson at redhat dot com> <1404902255-11101-13-git-send-email-gbenson at redhat dot com> <87bnsxdrtj dot fsf at fleche dot redhat dot com> <CADPb22TyZHcu-ee=cT=d9ADiFWEjFhUJGYyv=155NYKOptryxA at mail dot gmail dot com>
Doug> As target/* scales up, is there a risk of the code becoming harder to
Doug> read if target_ is used as a general prefix for things in target/*?
Doug> Dunno. Just wondering.
My long term goal is that gdb and gdbserver share the entire target
stack. I think these patches further this goal. I don't find the
result harder to read at all.
Tom