Commit 6a2ecce
authored
Evaluate arguments passed to
## Description
Attempts to parse and eval an argument passed to `vmmap`.
This makes `vmmap $rip`, for example, work.
This is useful as it is easier to look up the memory section a pointer
contained in a register/variable points to. It's also more consistent
with commands like `dereference`vmmap (#1085)1 parent 399f457 commit 6a2ecce
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8711 | 8711 | | |
8712 | 8712 | | |
8713 | 8713 | | |
| 8714 | + | |
| 8715 | + | |
| 8716 | + | |
| 8717 | + | |
8714 | 8718 | | |
8715 | 8719 | | |
8716 | 8720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments