From: Øyvind H. <go...@us...> - 2009-10-23 16:18:54
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via bfefe85645a51d8e5f94879dcd0321abafdcbf7c (commit) from cb854323c999f79b75b57d476f7625933f9ebe2c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bfefe85645a51d8e5f94879dcd0321abafdcbf7c Author: Ãyvind Harboe <oyv...@zy...> Date: Fri Oct 23 16:02:42 2009 +0200 Improve help for arm9 vector_catch. diff --git a/src/target/arm9tdmi.c b/src/target/arm9tdmi.c index 8ebb91d..f941922 100644 --- a/src/target/arm9tdmi.c +++ b/src/target/arm9tdmi.c @@ -1067,7 +1067,9 @@ int arm9tdmi_register_commands(struct command_context_s *cmd_ctx) "arm9tdmi specific commands"); register_command(cmd_ctx, arm9tdmi_cmd, "vector_catch", handle_arm9tdmi_catch_vectors_command, COMMAND_EXEC, - "catch arm9 vectors ['all'|'none'|'<vec1 vec2 ...>']"); + "arm9 vector_catch [all|none|reset|undef|swi|pabt|dabt|reserved|irq|fiq] - separate vectors to catch by space"); + + return retval; } ----------------------------------------------------------------------- Summary of changes: src/target/arm9tdmi.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |