Mail Archives: djgpp-workers/1996/10/28/10:12:21
> As far as I understood the code in dbgcom.c NO. The v2loadimage()
> creates a new PSP for the image and puts it in the stubinfo or
> somewhere else. So I thought, that it should be possible to
> determine the file handles, which belong to this PSP.
Its a pseudo PSP, not a real one. Anything which is expecting it to
contain anything in internal fields might be unplesantly surprised.
> But I'm not so familiar with this low level DOS programming. I have
> looked also in the code of stat() and fstat() where are some code
> with the filehandle table, but I didn't understand it yet in
> all details.
Depending on if this looks at the real PSP or the pseudo PSP, it
could break.
- Raw text -