-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Port debug commands to RzShell #4753
Conversation
It was never used in the whole function. Hence, whatever it was supposed to do, it didn't
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wargio take a look please
@Rot127 could you please resend this PR from inside rizinorg with a branch starting from |
The debug log was printed via eprintf and now via RZ_LOG_INFO. Hence it is gone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, beside that small comment
Your checklist for this pull request
Detailed description
dmiv
command, since it is an alias fordmi
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.
dmias
command, because no idea what it does.Test plan
...
Closing issues
...