singrdk/base/Windows/singx86/singx86.def

40 lines
776 B
Modula-2
Raw Normal View History

2008-03-05 09:52:00 -05:00
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; singx86.def - Singularity Debugger Extension Export Table
;;
2008-11-17 18:29:00 -05:00
;; Copyright Microsoft Corporation. All rights reserved.
2008-03-05 09:52:00 -05:00
;;
;; For more information, see http://ddkslingshot/webs/debugexw/
;;
EXPORTS
;; Functions providing new command extensions.
apic
2008-11-17 18:29:00 -05:00
crashdump
2008-03-05 09:52:00 -05:00
bytev
charv
2008-11-17 18:29:00 -05:00
diagnose
2008-03-05 09:52:00 -05:00
help
ioapic
log
object
procs
sample
2008-11-17 18:29:00 -05:00
singreload
2008-03-05 09:52:00 -05:00
sips
stack
thread
threads
;; Functions required by the debugger.
DebugExtensionNotify
DebugExtensionInitialize
DebugExtensionUninitialize
KnownStructOutput
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;