From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: gdbserver Date: Sun, 2 Apr 2000 10:43:38 +0200 Organization: NetVision Israel Lines: 15 Message-ID: References: <0a210827 DOT 849fc549 AT usw-ex0105-036 DOT remarq DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 954665172 19966 199.203.121.2 (2 Apr 2000 08:46:12 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 2 Apr 2000 08:46:12 GMT X-Sender: eliz AT is In-Reply-To: <0a210827.849fc549@usw-ex0105-036.remarq.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Mar 2000, batchex wrote: > Does anybody know where I can find binaries for GDBServer for > DOS? Has anyone port it to DOS yet? I don't think gdbserver was ever ported to DJGPP. It shouldn't be too hard to do that, however. It seems all you need is to throw together low-djgpp.c (which could be a simple copy of go32-nat.c with some additional functions) and tweak Makefile.in in the gdbserver directory to link against that file. I think that would be a useful project. If you need help doing that, please post your questions here.