From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Daniel Jacobowitz Cc: gdb@sourceware.cygnus.com Subject: Re: Why is gdbreplay built, but not installed? Date: Tue, 07 Aug 2001 14:03:00 -0000 Message-id: <3B70577F.6E23C3AB@apple.com> References: <20010806183753.A25769@lucon.org> <3B7041BF.D63442B9@apple.com> <20010807123421.B9434@lucon.org> <3B705308.3F3ADE4A@apple.com> <20010807134951.A29181@nevyn.them.org> X-SW-Source: 2001-08/msg00048.html Daniel Jacobowitz wrote: > > On Tue, Aug 07, 2001 at 01:43:55PM -0700, Stan Shebs wrote: > > "H . J . Lu" wrote: > > > > > > 1. gdbserver is not built/installed by default. > > > > Personally, I think it should be installed by default. gdbserver > > would be ideal for debugging X servers and embedded Linux systems. > > ... and then maybe people would notice when it breaks... :-) The cool thing to do would be to add a giant loop to the GDB testsuite, where the first time you run with native GDB, and the second time with gdbserver. It would be some moderately nasty DejaGNU hackery, but would pay off the first time you ran it. Stan