974850.5707z.group/bin/cvsweb.cgi/djgpp/src/debug/fsdb/fullscr.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/fsdb/debug/fsdb/fullscr.c: remove needless and misleading 'bool' from the PANE_* enum
Fix set-but-unused warnings. Fix suggested by Ozkan Sezer and Eli Zaretskii.
Minor changes suggested by Ozkan Sezer.
Fix -Wstrict-aliasing and -Wunused-but-set-variable.
Fix signedness issues.
Fix gcc-3.0 warnings (multiline string literals and label at end of block without ';')
Do not mix signed and unsigned.
Fix a bug with stepping over function calls using INT3 breakpoints. Support SIGQUIT.
Fix the bug with adding application base address in FSDB and EDEBUG. Reported by Andris Pavenis. Initialize edi.app_base in edi_init.
Don't cast to double when formatting FP registers.
Remove calls to save/load NPX in EDEBUG. Use long double format in FSDB for display and modification of FP registers. Don't destroy FP registers modified by a debugger inside load_npx().
Moved the code for saving/restoring the FPU state from the standalone debuggers (fsdb, edebug) to dbgcom.c making them extern visible via include/debug/dgbcom.h
handle symbol names wider than the screen without crashing
import djgpp 2.02
import djgpp 2.00
webmaster | delorie software privacy |
Copyright � 2024 by DJ Delorie | Updated Apr 2024 |