X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.99.113.13 with SMTP id m13mr18517039pgc.162.1490058630135; Mon, 20 Mar 2017 18:10:30 -0700 (PDT) X-Received: by 10.157.36.169 with SMTP id z38mr2803392ota.14.1490058630088; Mon, 20 Mar 2017 18:10:30 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 20 Mar 2017 18:10:29 -0700 (PDT) In-Reply-To: <1bbd59c7-5ccd-40ec-8ede-a7f0b1d6661f@googlegroups.com> 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 References: <1bbd59c7-5ccd-40ec-8ede-a7f0b1d6661f AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <63d6200f-e531-4938-b061-a46ba03b7ee6@googlegroups.com> Subject: Re: gdbserver for DOS? From: "Daniel (daniel DOT wingerd AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Tue, 21 Mar 2017 01:10:30 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 1812 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 v2L1U1xG027627 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, March 20, 2017 at 9:33:02 AM UTC-4, jwjag DOT DOT DOT AT gmail DOT com wrote: > I tried compiling gdbserver once, and the error message I got said "target not supported". So there's that :( That's unfortunate. I checked the source to confirm and there appears to be no reason it couldn't be easily added. The biggest challenge would probably be hooking up the DOS API to handle serial and network communications. It's difficult to believe it's been left undone for 18 years but I guess people were fine with just using the Windows gdbserver.