On Oct 23, 2010 9:24 AM, wrote: > Hi, > > (I’m a newbie in this field.) > > Anyway so far, I’ve tried to execute a command in windbg like this “dd KiReadySummary” or “dd KiDispatcherReadyListHead”. > > But the result is, > > " > Couldn’t resolve error at ‘KiReadySummary’ > " > > I also searched that by executing “x nt!KiRead*”, outputs are as belows. > > 0: kd> x nt!KiReady* > 80832a8e nt!KiReadyThread = > 808a3eac nt!KiReadyScanLast = > > Then, how can I find those kernel variables in Vista or later? > (Well, I checked that XP SP3 is OK) > > Thanks. > > — > WINDBG is sponsored by OSR > > For our schedule of WDF, WDM, debugging and other seminars visit: > http://www.osr.com/seminars > > To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
wrote in message news:xxxxx@windbg… > Hi, > > (I’m a newbie in this field.) > > Anyway so far, I’ve tried to execute a command in windbg like this “dd > KiReadySummary” or “dd KiDispatcherReadyListHead”. > > But the result is, > > " > Couldn’t resolve error at ‘KiReadySummary’ > " > > I also searched that by executing “x nt!KiRead*”, outputs are as belows. > > 0: kd> x nt!KiReady* > 80832a8e nt!KiReadyThread = > 808a3eac nt!KiReadyScanLast = > > Then, how can I find those kernel variables in Vista or later? > (Well, I checked that XP SP3 is OK) > > Thanks. >