Mail Archives: djgpp-workers/1996/10/29/01:33:04
On Mon, 28 Oct 1996, Charles Sandmann wrote:
> When I wrote the debug stuff, there was no undocumented feature usage in DJGPP,
> thus no problems with the pseudo PSP (used for command line passage only).
I'm not sure that the fake PSP only makes problems with undocumented
calls. (I just thought about `fstat' because it was the first thing that
came to mind, like the first love ;-) I suspect that if the debugger would
use up more than 20 file handles, the debuggee won't be able to open files
anymore, because its fake PSP still has a pointer to an old handle table.
(This is just a theory though, I never tried this, so I might be dead
wrong.)
- Raw text -