-
Notifications
You must be signed in to change notification settings - Fork 123
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
Enhance: :dt-*
- clear all traces command is hard to find
#541
Comments
What do you mean when saying it is hard to find? |
i think he means its not listed in the help message |
Do you see the same empty comments as I do? [0x100054000]> :dt?
:dt ([addr]) inject a trace in the given native address (or java:method)
:dt*
:dt- [addr] delete trace at given address
:dt-* clear all traces
:dt. show trace in current offset
:dtf [addr] [fmt] add a trace parsing arguments using a format string
:dth list or add trace hook
:dtl trace log dump
:dtl*
:dtl- clear trace logs
:dtl-*
:dtr [addr] [reg...] add a trace to show register value when calling a function
:dts trace everything using the stalker (EXPERIMENTAL)
:dts*
:dtsf stalk trace a function (EXPERIMENTAL)
:dtsf* |
Yes i see the same. But those are subcommands. Those shouldnt be even listed but you wanted there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: