Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Created Issue: [pykd-0.2.x] signed bit fields is not supported [11761]

$
0
0
struct A {
int field : 2;
};

A a = { 3 }

a.field should be negative ( high bit is sign ), but typedVar("a").field returns unsigned result

Viewing all articles
Browse latest Browse all 1625

Trending Articles