This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdbserver no more supported?


On Tue, May 18, 2004 at 03:06:11PM +0200, Christophe Gouault wrote:
> Hi all,
> 
> It seems that gdbserver is not (or no more) supported on OSes other than 
> Linux. Am I missing something?
> (I would like to remotely debug code running on a armeb--netbsdelf 
> target machine, from an i386 host)
> 
> If gdbserver is actually no more supported on NetBSD, is there an 
> equivalent application?

When I took over maintenance of gdbserver, the non-GNU/Linux ports were
all in really bad shape.  Most of them didn't even build.

When I redid the GNU/Linux ports, I also cleaned up a lot of the common
code.  Adding a NetBSD target would probably be easy, but it would
require some moving of code from GNU/Linux specific files into a common
ptrace support module.

-- 
Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]