X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.99.110.1 with SMTP id j1mr16537734pgc.52.1490023143862; Mon, 20 Mar 2017 08:19:03 -0700 (PDT) X-Received: by 10.157.36.105 with SMTP id p96mr2610591ota.15.1490023143789; Mon, 20 Mar 2017 08:19:03 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 20 Mar 2017 08:19:03 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.82.215.132; posting-account=JWQfLgoAAAC8QKtkzNbcIxeduALJ3mlU NNTP-Posting-Host: 84.82.215.132 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9eebfcf9-341f-4e79-9a66-b9e4bcb30415@googlegroups.com> Subject: Re: gdbserver for DOS? From: "jwjagersma AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Mon, 20 Mar 2017 15:19:03 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1948 Lines: 12 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v2KFU1f5016075 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 Monday, 20 March 2017 11:02:30 UTC+1, Daniel wrote: > I'm porting a game to DOS and find myself incapable of debugging it using what's available because gdb is lacking it's accompanying build of gdbserver. I tried to cross-compile it myself but partway through it bails out because it seems to think I should have pwd.exe on Linux. If someone could post either how to cross-compile gdb/gdbserver or simply post a build of gdbserver for DOS, I would be grateful. > > Is there a reason DJGPP doesn't include gdbserver with gdb? It would make debugging graphical programs for DOS much easier for everyone. Forgot to add, you can find the remote protocol specification here: https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html