Rev 579 | Rev 582 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 579 | Rev 581 | ||
|---|---|---|---|
| Line 109... | Line 109... | ||
| 109 | 109 | ||
| 110 | return 1; |
110 | return 1; |
| 111 | } |
111 | } |
| 112 | 112 | ||
| 113 | static cmd_info_t exc_info = { |
113 | static cmd_info_t exc_info = { |
| 114 | .name = "exc_print", |
114 | .name = "pexc", |
| 115 | .description = "Print exception table", |
115 | .description = "Print exception table", |
| 116 | .func = exc_print_cmd, |
116 | .func = exc_print_cmd, |
| 117 | .help = NULL, |
117 | .help = NULL, |
| 118 | .argc = 0, |
118 | .argc = 0, |
| 119 | .argv = NULL |
119 | .argv = NULL |