X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=tm14pJmdvEe4bodXmTReWoPWoEqVXGqfT6FQiaqWK1w=; b=HtZ+9CdrzkPWuj3cxxLEzca3fJip3hXU7QIYWgYLm+cSNW82/9XZ9sc0ggq2Bz3k1n MdlCf4O9ZdVxFi90qNbb7Eqjd7S1nHVfFCC4M76OYP1yIId3ESmdULtoaSqt4DlvV9zo AsKwLoDOBZMWJ7Sh2kHDuQhy9chguc2GWxmk3ctBaSJnIMf/9j6WNbi1GdxILg7CwE8I vxXxpblLXBEJCnK8vh7HvGBuq3drorNmFpTo+fJ84oVob3nFiQ+Kb08KAfvGV6tweZj2 lcAKDDfzMUZ1KEfZW/KevkdtvxlofAW9sK8rrU0aMcqgsJgQNw1zCV9WAeboJOQEj4lN NjMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=tm14pJmdvEe4bodXmTReWoPWoEqVXGqfT6FQiaqWK1w=; b=VvlhPp1VNdoZlZv99oD0TdfJGUA9ddh+7+mxDrFlBk/bbrUBC4cSu3BKvStrsXjdeM 0uxRdHGUE4o/c6gSZCyO32qtCKPRmTHt3yQZwAM/rQxE7uOAYVPRvP7y3BlJaAfu5jls 5fNcqEk/CHbjvRTLVQfeAlVrEfDWV+rngS5GURC5QjAWnc4rgWVZ7CmyAQC7d5FAw0rU J99hkgMIz9uZjV7VUZU5ssnWlUETEPDZbjyNE2Wel07PzXb1tvU+tEk5QAWysaHiHhul RMS3GTbEX4xeV3bwEnxTu4+im3o7bEP+lL4DsiXsc6Fw0bqYIytmevNfRVP9eX+Kwq0P oA8Q== X-Gm-Message-State: AOAM532ctAExodlczPGpnlpm5eP1uhQRTjAr10a6cwjbUd1U8kvR77lB bTfm9yo3Qw2rsq+ah1QaxK1fC+H8+7hGfcK2O8PTspGC X-Google-Smtp-Source: ABdhPJwhyfRb/ahx7Neg6ihIKc0ygNxAlEPo89qmnnBN6RNmyRyYyVAt/Ko5/XzMC0XJkOgZZ6nzfbrqt17ypFPzsDQ= X-Received: by 2002:a19:7605:: with SMTP id c5mr2419558lff.116.1599174675195; Thu, 03 Sep 2020 16:11:15 -0700 (PDT) MIME-Version: 1.0 References: <20f9fc4e-bfab-c2af-38e8-c6a108555165 AT iki DOT fi> <693b6f14-7090-c696-4203-afc929670c0b AT gmx DOT de> In-Reply-To: <693b6f14-7090-c696-4203-afc929670c0b@gmx.de> From: "A. Wik (awik32 AT gmail DOT com) [via djgpp AT delorie DOT com]" Date: Thu, 3 Sep 2020 23:11:04 +0000 Message-ID: Subject: Re: Remote debugging To: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp AT delorie DOT com Hi all, On Thu, 3 Sep 2020 at 22:55, sleepy_dog AT gmx DOT de [via djgpp AT delorie DOT com] wrote: > > "Serial debugging" was mentioned, I at first thought this would work > similar, just using a serialconnection instead of ethernet. Apparently > it does not work the same way as you'd debug a program via gdbserver > running on a remote system. > I'm not familiar with that at all. Can someone point me to an explanation? > Since I am somewhat familiar with gdb and it is very common, going a > route that rests on that would probably make most sense, even if it > works somewhat different on DOS. I'm currently using the wdeb386 debugger on Win98SE under VMware. This is probably not what you're looking for. -aw