public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFC 0/2] Let's discuss moving gdbserver to top-level
@ 2019-05-30 21:30 Tom Tromey
  2019-05-30 21:30 ` [RFC 1/2] Remove linux-waitpid.c debugging code Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Tom Tromey @ 2019-05-30 21:30 UTC (permalink / raw)
  To: gdb-patches

I've wanted to move gdbserver to the top-level for a while now.  I
think it will provide a decent benefit, mainly by letting gdb and
gdbserver share their libiberty, gnulib, and "common" libraries --
shaving off some build time.  It also will have the nice side effect
of simplifying gdbserver's Makefile, fixing some existing bugs.

I have written the patches to do this, but before reworking them into
submittable form, I thought I'd send a couple of initial patches and
start a discussion.

This short series removes a couple of barriers to turning "common"
into a library.  These are pretty much the only changes that could be
sent in isolation.

The rest of the series is:

* Move gnulib to the top-level
* Rename "common" to "gdbsupport" in preparation for a move
* Move "gdbsupport" to top-level
* Move gdbserver to top-level
* Make gdbserver share the other top-level libraries

Most of the patches are pretty mechanical.  There are one or two
hacks, primarily because this series doesn't move the "nat" directory.

Let me know what you think.

Tom


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-07-16 19:47 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-30 21:30 [RFC 0/2] Let's discuss moving gdbserver to top-level Tom Tromey
2019-05-30 21:30 ` [RFC 1/2] Remove linux-waitpid.c debugging code Tom Tromey
2019-06-03 14:57   ` Simon Marchi
2019-06-03 16:32     ` Tom Tromey
2019-06-05  9:32       ` Pedro Alves
2019-05-30 21:30 ` [RFC 2/2] Move gdb's xmalloc and friends to new file Tom Tromey
2019-06-03 15:03   ` Simon Marchi
2019-06-03 16:33     ` Tom Tromey
2019-06-05  9:40   ` Pedro Alves
2019-06-05 22:33     ` Tom Tromey
2019-06-17 15:45   ` Alan Hayward
2019-06-17 17:43     ` Tom Tromey
2019-06-17 18:37       ` Pedro Alves
2019-06-18  9:31         ` Alan Hayward
2019-07-03 16:18           ` Alan Hayward
2019-07-13 16:04             ` Tom Tromey
2019-07-16 19:47             ` Pedro Alves
2019-06-03 10:24 ` [RFC 0/2] Let's discuss moving gdbserver to top-level Alan Hayward
2019-06-03 13:13   ` Tom Tromey
2019-06-03 14:27 ` Simon Marchi
2019-06-03 16:30   ` Tom Tromey
2019-06-05  9:16 ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).