This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v5 1/8] Move utility functions to common/
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: Sergio Durigan Junior <sergiodj at redhat dot com>, gdb-patches at sourceware dot org, Aleksandar Ristovski <ARistovski at qnx dot com>
- Date: Mon, 19 May 2014 12:22:20 -0600
- Subject: Re: [PATCH v5 1/8] Move utility functions to common/
- Authentication-results: sourceware.org; auth=none
- References: <20140319223004 dot 14668 dot 20989 dot stgit at host1 dot jankratochvil dot net> <20140319223014 dot 14668 dot 89536 dot stgit at host1 dot jankratochvil dot net> <m3pplbcqq3 dot fsf at redhat dot com> <20140518190534 dot GA19591 at host2 dot jankratochvil dot net>
Sergio> Can't this go in independently? I think they are nice cleanups.
Jan> I do not think it is right without the later parts of the patchset
Jan> - code in gdb/common/ should be used by both gdb and gdbserver.
Jan> Otherwise the code could remain in gdb/ only.
If we had smaller files in common/ then we could put generically useful
things there and not care so much, relying on the linker to eliminate
bloat.
Tom