PS_STATE_INFO

A structure holding the current CPU state information.

Syntax

typedef struct _PS_STATE_INFO
{
 uint8_t Running;
 uint8_t EventCode;
} PS_STATE_INFO, *PPS_STATE_INFO;

Members

uint8_t Running

Indicates if the debuggee is running or frozen due to some event.

uint8_t EventCode

Defines the event that caused the debuggee to freeze its execution. Currently defined as a PS_EVENT_CODE structure.