Date: Thu, 13 Jun 1996 08:33:56 -0400 From: dj (DJ Delorie) Message-Id: <199606131233.IAA05731@delorie.com> To: robert DOT hoehne AT Mathematik DOT TU-Chemnitz DOT DE CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Robert Hoehne on Thu, 13 Jun 1996 13:05:23 +0200 (METDST)) Subject: Re: Improvements for GDB It might be better to *reload* the image, rather than unload and load it. Keep track of the selectors used, and just re-read the data for them and reset the registers. If you exit gdb before exiting the program, and the program is using non-moving sbrk, do we leak selectors, or are they cleaned up automatically when the last program exits?