X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.107.28.14 with SMTP id c14mr7290229ioc.95.1490004150428; Mon, 20 Mar 2017 03:02:30 -0700 (PDT) X-Received: by 10.157.43.165 with SMTP id u34mr1759570ota.5.1490004150351; Mon, 20 Mar 2017 03:02:30 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 20 Mar 2017 03:02:30 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.100.229.233; posting-account=B9p-ZAoAAACBCF4uGcSST_m-Y_fQE7Ye NNTP-Posting-Host: 68.100.229.233 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: gdbserver for DOS? From: "Daniel (daniel DOT wingerd AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Mon, 20 Mar 2017 10:02:30 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1622 Lines: 8 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 v2KAF2eD023462 Reply-To: djgpp AT delorie DOT com 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.