30 lines
630 B
Modula-2
30 lines
630 B
Modula-2
|
|
||
|
|
||
|
LIBRARY RTEXT
|
||
|
|
||
|
;
|
||
|
; This file generates userexts.def or userkdx.def depending on the
|
||
|
; state of 1. This allows one file (exts.h) to
|
||
|
; be used to generate extension exports, entrypoints, and help text.
|
||
|
;
|
||
|
; To add an extension, add the appropriate entry to exts.h and matching
|
||
|
; code to userexts.c
|
||
|
;
|
||
|
|
||
|
EXPORTS
|
||
|
help
|
||
|
global
|
||
|
mfl
|
||
|
tfl
|
||
|
sas
|
||
|
tsas
|
||
|
larvalsas
|
||
|
;--------------------------------------------------------------------
|
||
|
;
|
||
|
; these are the extension service functions provided for the debugger
|
||
|
;
|
||
|
;--------------------------------------------------------------------
|
||
|
CheckVersion
|
||
|
WinDbgExtensionDllInit
|
||
|
ExtensionApiVersion
|