[Pdbg] [PATCH 4/6] main: Update help output for HTM
Michael Neuling
mikey at neuling.org
Tue Jul 3 16:58:08 AEST 2018
Remove reset, dump and analyse. Add record.
Signed-off-by: Michael Neuling <mikey at neuling.org>
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index 06612fd042..759f955897 100644
--- a/src/main.c
+++ b/src/main.c
@@ -116,7 +116,7 @@ static struct action actions[] = {
{ "start", "", "Start thread" },
{ "step", "<count>", "Set a thread <count> instructions" },
{ "stop", "", "Stop thread" },
- { "htm", "core|nest start|stop|status|reset|dump|trace|analyse", "Hardware Trace Macro" },
+ { "htm", "core|nest start|stop|status|dump|record", "Hardware Trace Macro" },
{ "release", "", "Should be called after pdbg work is finished" },
{ "probe", "", "" },
{ "getcfam", "<address>", "Read system cfam" },
--
2.17.1
More information about the Pdbg
mailing list