-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lib][debugcommands] option to input physical address for debug commands
dw/mw and the sister commands take virtual address as input for display or modify. Option "-p" to the command signifies the address input is physical, and the address translation is handled by the command. Newly added option is available with WITH_KERNEL_VM, usage as follows ] dw 0xffffffff05100000 4 0xffffffff05100000: 0000dead ] dw 0x5100000 4 -p 0xffffffff05100000: 0000dead Signed-off-by: VAMSHI GAJJELA <[email protected]>
- Loading branch information
Showing
1 changed file
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters