singrdk/base/Windows/singx86/singx86.def

38 lines
745 B
Modula-2
Raw Normal View History

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