-
-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cmd] Add support for flags specifying filters type in vmmap, and all…
…ow multiple filters (#1120) Parse args: - `-a` / `--addr`: - filter by address -> parses the next arg as an int or asks gdb the value - `-n` / `--name`: - filter based on section name - If nothing is specified, print a warning and guess the type (previous behavior) --------- Co-authored-by: Grazfather <[email protected]>
- Loading branch information
1 parent
f9f8045
commit ba70548
Showing
3 changed files
with
84 additions
and
19 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
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
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