walking list in KDB/kernel debugger
Posted
by user291849
on Stack Overflow
See other posts from Stack Overflow
or by user291849
Published on 2010-03-11T20:15:34Z
Indexed on
2010/03/11
20:19 UTC
Read the original article
Hit count: 164
I need to walk a link list in the kernel debugger. How can I determine the head pointer and walk the list?
I have a listing and can find the address and location in the code where I check to see if I have a head, so I know the specific code location and address. But not sure how to determine the pointer or how to determine the next element and pointer on the list.
© Stack Overflow or respective owner