views:

78

answers:

0

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.

related questions