-
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port remaining debug commands to RzShell (#4753)
* Port `dmhb` to RzShell * Port `dmhf` to RzShell * Remove 'to' argument from rz_core_debug_continue_until(). It was never used in the whole function. Hence, whatever it was supposed to do, it didn't * Port `dcu` to RzShell * Fix tests of `dmh[bf]` commands * Port `dmi` commands to RzShell * Port `dmx` to RzShell * Remove `dta` command. Originally it limited the addresses to trace. But it was not used in any test, and the implementation was not optimal. It allowed only specific addresses (no range). Also worked on strings (not ut64 values). Also, the usefulness is limited, considering the alternative to just not tracing a certain address. * Add quiet and quietest mode to `dmi` commands. This also removes the test for `dmias`. The command was not documented and it doesn't seem to do anything special `dmia` can't do.
- Loading branch information
Showing
21 changed files
with
419 additions
and
471 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
Oops, something went wrong.