#include "precomp.h"
#include <imagehlp.h>
#include <wdbgexts.h>
#include <ntsdexts.h>
#include <ntverp.h>
Go to the source code of this file.
Defines | |
#define | cArchitecture (sizeof(szProcessorArchitecture) / sizeof(PSZ)) |
Functions | |
DllInit (HANDLE hModule, DWORD dwReason, DWORD dwReserved) | |
VOID | WinDbgExtensionDllInit (PWINDBG_EXTENSION_APIS lpExtensionApis, USHORT MajorVersion, USHORT MinorVersion) |
DECLARE_API (version) | |
VOID | CheckVersion (VOID) |
LPEXT_API_VERSION | ExtensionApiVersion (VOID) |
Variables | |
EXT_API_VERSION | ApiVersion |
WINDBG_EXTENSION_APIS | ExtensionApis |
ULONG | STeip |
ULONG | STebp |
ULONG | STesp |
USHORT | SavedMajorVersion |
USHORT | SavedMinorVersion |
USHORT | usProcessorArchitecture |
BOOL | bDebuggingChecked |
ULONG_PTR | UserProbeAddress |
PSZ | szProcessorArchitecture [] |
PGETEPROCESSDATAFUNC | aGetEProcessDataFunc [] |
PGETEPROCESSDATAFUNC | GetEProcessData |
|
Definition at line 56 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |
|
Definition at line 160 of file kdexts.c. References SavedMajorVersion, and SavedMinorVersion.
|
|
Definition at line 143 of file kdexts.c. References SavedMajorVersion, and SavedMinorVersion.
|
|
Definition at line 68 of file kdexts.c. References TRUE. Referenced by SetUpConsoleInfo().
|
|
Definition at line 178 of file kdexts.c. References ApiVersion.
|
|
Definition at line 93 of file kdexts.c. References aGetEProcessDataFunc, bDebuggingChecked, cArchitecture, ExtensionApis, FALSE, GetEProcessData, GetEProcessData_IA64(), GetEProcessData_X86(), SavedMajorVersion, SavedMinorVersion, UserProbeAddress, USHORT, and usProcessorArchitecture.
|
|
Initial value: Definition at line 58 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |
|
Initial value:
Definition at line 36 of file kdexts.c. Referenced by ExtensionApiVersion(). |
|
Definition at line 46 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |
|
Definition at line 39 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |
|
|
|
Definition at line 43 of file kdexts.c. Referenced by CheckVersion(), DECLARE_API(), and WinDbgExtensionDllInit(). |
|
Definition at line 44 of file kdexts.c. Referenced by CheckVersion(), DECLARE_API(), and WinDbgExtensionDllInit(). |
|
|
|
|
|
|
|
Initial value:
|
|
Definition at line 47 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |
|
Definition at line 45 of file kdexts.c. Referenced by WinDbgExtensionDllInit(). |