This is the mail archive of the gdb@sourceware.org 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 install


>>>>> "Matt" == Matt Jordan <mattjordan@hotpop.com> writes:

 Matt> Ohh dear, Any suggestions of an alternative method for remote
 Matt> (C,C++) debugging for solaris?

Add Solaris support to gdbserver?

I don't know Solaris but I did the same for NetBSD a while back; it
was quite easy.  Given that GDB works at all, that means there is an
API into the OS for debugging.  GDB uses that.  So does gdbserver,
essentially the same API just invoked via a remote stub protocol.

    paul


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