Skip to content
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

Closed
enovella opened this issue Dec 19, 2023 · 4 comments
Closed

Enhance: :dt-* - clear all traces command is hard to find #541

enovella opened this issue Dec 19, 2023 · 4 comments

Comments

@enovella
Copy link
Contributor

image

@as0ler
Copy link
Contributor

as0ler commented Dec 19, 2023

What do you mean when saying it is hard to find?

@trufae
Copy link
Member

trufae commented Jan 31, 2024

i think he means its not listed in the help message

@trufae trufae closed this as completed in 7ce5a50 Feb 1, 2024
@enovella
Copy link
Contributor Author

enovella commented Feb 1, 2024

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*

@trufae
Copy link
Member

trufae commented Feb 1, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants