С code:
typedef struct MYSTRUCT_ {
int a;
} MYSTRUCT;
windbg commands "dt MYSTRUCT_" and "dt MYSTRUCT" work fine
pykd :
>>>print typeInfo( "MYSTRUCT" )
TypeException: MYSTRUCT : this type is not supported
Comments: close all old bugs
typedef struct MYSTRUCT_ {
int a;
} MYSTRUCT;
windbg commands "dt MYSTRUCT_" and "dt MYSTRUCT" work fine
pykd :
>>>print typeInfo( "MYSTRUCT" )
TypeException: MYSTRUCT : this type is not supported
Comments: close all old bugs