Date: Tue, 02 Jan 2001 20:45:58 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Martin Str|mberg Message-Id: <2561-Tue02Jan2001204558+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: 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 > From: Martin Str|mberg > Date: Tue, 2 Jan 2001 18:30:21 +0100 (MET) > > 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? No. > If not, would it be possible to implement it? V1's go32 was the Extender God, so it saw each memory allocation and mode switch. In v2, we are at the mercy of the DPMI host. As DJ says, some of the info is avaiable in various low-level places of the library, like sbrk and __dpmi_int, but that's not bullet-proof, since someone may issue the relevant instructions directly in inline assembly. I guess this never got the necessary priority to make it happen.