Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14525 Would like kmdb module for vmm #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cneira
Copy link

@cneira cneira commented Nov 15, 2023

As part of change 14525 a new walker was introduced that uses
a flag parameter to expose the context in which the dcmd was invoked.

@@ -188,7 +188,7 @@ is opaque to the walker: it must not modify or dereference this value, nor
can it assume it is a pointer to valid memory.</para>
<para>The starting address for the walk is stored in <replaceable>walk_addr</replaceable>.
This is either NULL if <function>mdb_walk</function> was called, or the address
parameter specified to <function>mdb_pwalk</function>. If the <command>::walk</command> built-in
parameter specified to <function>mdb_pwalk</function> or <function>mdb_fpwalk</function>. If the <command>::walk</command> built-in
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the long delay in getting to this; however, I don't think this integrated with the name mdb_fpwalk did it? It looks like this was meant to be mdb_fpwalk_dcmd? Is that correct here and below?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants