38 lines
745 B
Modula-2
38 lines
745 B
Modula-2
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
;;
|
||
|
;; 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
|
||
|
|
||
|
;;
|
||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|