This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f97b543471
Sweden-Number
/
debugger
/
winedbg.spec
8 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Made the winedbg an external and WineLib program. Centralized output handling (preparation for console usage). Fixed a few debug information reading options (stabs and sym). Started a framework to hold debugger's internal variables.
2000-04-13 21:31:58 +02:00
name winedbg
- Enhanced internal variables framework (including read/save to registry and typing) - Finalized use of Windows' Console I/O interface (instead of Unix std streams) - Now handling registers as internal variables (they are no longer seen as a specific type)
2000-04-30 14:21:15 +02:00
mode cuiexe
Made the winedbg an external and WineLib program. Centralized output handling (preparation for console usage). Fixed a few debug information reading options (stabs and sym). Started a framework to hold debugger's internal variables.
2000-04-13 21:31:58 +02:00
type win32
- Enhanced internal variables framework (including read/save to registry and typing) - Finalized use of Windows' Console I/O interface (instead of Unix std streams) - Now handling registers as internal variables (they are no longer seen as a specific type)
2000-04-30 14:21:15 +02:00
init DEBUG_main
Made the winedbg an external and WineLib program. Centralized output handling (preparation for console usage). Fixed a few debug information reading options (stabs and sym). Started a framework to hold debugger's internal variables.
2000-04-13 21:31:58 +02:00
Added a few missing imports.
2000-08-04 06:12:08 +02:00
import user32.dll
import kernel32.dll