Date: Tue, 2 Jan 2001 12:35:39 -0500 Message-Id: <200101021735.MAA09595@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200101021730.SAA28641@father.ludd.luth.se> (message from Martin Str|mberg on Tue, 2 Jan 2001 18:30:21 +0100 (MET)) Subject: Re: GO32=topline References: <200101021730 DOT SAA28641 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > v1 had a nice feature in that you coud do "set GO32=topline" to get > status of the program while it's running. Is there something like that > in v2? If not, would it be possible to implement it? Not easily, since we no longer control virtual memory. Perhaps cwsdpmi has such a feature, but it would be hard to do in Windows. There are only a few places in libc where we switch to real mode, though, if you want to put some hooks in there. It would only affect programs built with that library, though.