#include "alphaops.h"Go to the source code of this file.
Defines | |
| #define | KiPcr KdpGetPcr() |
| #define | KeGetPcr() KdpGetPcr() |
| #define | KeGetCurrentPrcb() KdpGetCurrentPrcb() |
| #define | KeGetCurrentThread() KdpGetCurrentThread() |
| #define | KDP_BREAKPOINT_TYPE ULONG |
| #define | KDP_BREAKPOINT_ALIGN 3 |
| #define | KDP_BREAKPOINT_VALUE KBPT_FUNC |
Functions | |
| PKPCR | KdpGetPcr () |
| ULONG | KdpReadInternalProcessorState (PVOID, ULONG) |
| ULONG | KdpReadInternalProcessorCounters (PVOID, ULONG) |
| VOID | KdpReadIoSpaceExtended (IN PDBGKD_MANIPULATE_STATE m, IN PSTRING AdditionalData, IN PCONTEXT Context) |
| VOID | KdpWriteIoSpaceExtended (IN PDBGKD_MANIPULATE_STATE m, IN PSTRING AdditionalData, IN PCONTEXT Context) |
| _KPRCB * | KdpGetCurrentPrcb () |
| _KTHREAD * | KdpGetCurrentThread () |
|
|
Definition at line 79 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 76 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 82 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 69 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 70 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 68 of file 4/axp64/kdpcpu.h. |
|
|
Definition at line 62 of file 4/axp64/kdpcpu.h. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Referenced by KdpReadControlSpace(). |
|
||||||||||||
|
Referenced by KdpReadControlSpace(). |
|
||||||||||||||||
|
Definition at line 623 of file alpha/kdcpuapi.c. References ASSERT, BusNumber, HalTranslateBusAddress(), InterfaceType, KdpSendPacket(), NULL, and PUSHORT. Referenced by KdpSendWaitContinue().
|
|
||||||||||||||||
|
Definition at line 899 of file alpha/kdcpuapi.c. References ASSERT, BusNumber, HalTranslateBusAddress(), InterfaceType, KdpSendPacket(), NULL, PUSHORT, and USHORT. Referenced by KdpSendWaitContinue().
|
1.3.7