974850.5707z.group/bin/cvsweb.cgi/djgpp/src/debug/common/v2load.c | search |
To download the latest version of this file, click on most recent revision number, then use your browser's "save page as" feature.
Up to djgpp/src/debug/common/Fix unused-but-set error/warning
Pacify compiler.
__tb_size is defined in <go32.h> now.
Make all inline assembly be "asm volatile", to avoid overzealous compiler optimizations.
Save the selector allocated in proxy_var for the buffer used to pass long command lines to the debuggee, so that cleanup_client could free it. Otherwise, we will leak DOS memory when running the debuggee multiple times, as in GDB.
Put the command tail to the correct place. Allocate a separate DOS buffer for passing the arguments via !proxy, instead of using the debugger's transfer buffer.
Do not mix signed and unsigned.
Add proxy support.
Do not mix signed and unsigned.
Ran copyright.pl before building a pretest.
In the case of raw COFF image, take the stack length and the transfer buffer size from the values used by the debugger.
import djgpp 2.02
import djgpp 2.01
import djgpp 2.00
webmaster | delorie software privacy |
Copyright � 2024 by DJ Delorie | Updated Apr 2024 |