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: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org, Aleksandar Ristovski <ARistovski at qnx dot com>
- Date: Sun, 18 May 2014 21:05:34 +0200
- 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>
On Mon, 24 Mar 2014 20:59:48 +0100, Sergio Durigan Junior wrote:
> On Wednesday, March 19 2014, Jan Kratochvil wrote:
> > some parts of the former patch have been reimplemented in the meantime by
> > other patches so this is only a part of the former cleanup.
>
> Can't this go in independently? I think they are nice cleanups.
I do not think it is right without the later parts of the patchset - code
in gdb/common/ should be used by both gdb and gdbserver. Otherwise the code
could remain in gdb/ only.
Jan