PS_BREAK_POINT_FILTER_INFO

A structure containing information about a breakpoint filter.

Syntax

typedef struct _PS_BREAK_POINT_FILTER_INFO
{
 uint16_t Id;
 uint16_t SegmentSelector;
 uint16_t MatchFlags;
 uint16_t SkipFlags;
 uint64_t PageTableAddress;
 uint64_t Address;
 uint64_t FsBaseAddress;
 uint64_t GsBaseAddress;
} PS_BREAK_POINT_FILTER_INFO, *PPS_BREAK_POINT_FILTER_INFO;

Members

uint16_t Id

The filter ID.

uint16_t SegmentSelector

The CS segment selector value for the filter.

uint16_t MatchFlags

The match flags for the filter.

uint16_t SkipFlags

The skip flags for the filter.

uint64_t PageTableAddress

The page table address of the filter.

uint64_t Address

The logical address of the filter.

uint64_t FsBaseAddress

The FS segment base address of the filter.

uint64_t GsBaseAddress

The GS segment address of the filter.

Remarks

Refer to the PS_BREAK_POINT_FILTER_PARAMS structure for more information.