24 lines
456 B
Modula-2
24 lines
456 B
Modula-2
|
LIBRARY w64cpuex.dll
|
||
|
|
||
|
EXPORTS
|
||
|
; the minimal exports requrired to be a wow64 CPU debugger extension:
|
||
|
CpuDbgInitExtapi
|
||
|
CpuDbgGetRemoteContext
|
||
|
CpuDbgSetRemoteContext
|
||
|
CpuDbgGetLocalContext
|
||
|
CpuDbgSetLocalContext
|
||
|
CpuDbgFlushInstructionCache
|
||
|
CpuDbgGetRegisterFuncs
|
||
|
|
||
|
; other extensions, particular to this CPU implementation
|
||
|
help
|
||
|
epi
|
||
|
epn
|
||
|
dumpep
|
||
|
code
|
||
|
flush
|
||
|
autoflush
|
||
|
logeip
|
||
|
last
|
||
|
callstack
|