You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's an example error:
2: kd> dx Debugger.Utility.Collections.FromListEntry(This->m_QueryInterfaceHead, "wdf01000!FxQueryInterface", "m_Entry")
Error: First argument to 'FromListEntry' must be a LIST_ENTRY object
Perhaps there should be another command that accepts the first element pointer of a linked list and iterates from there.
The text was updated successfully, but these errors were encountered:
Here's an example error:
2: kd> dx Debugger.Utility.Collections.FromListEntry(This->m_QueryInterfaceHead, "wdf01000!FxQueryInterface", "m_Entry")
Error: First argument to 'FromListEntry' must be a LIST_ENTRY object
Perhaps there should be another command that accepts the first element pointer of a linked list and iterates from there.
The text was updated successfully, but these errors were encountered: