Subversion Repositories HelenOS-historic

Rev

Rev 582 | Rev 623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 582 Rev 586
Line 110... Line 110...
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 = "pexc",
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
120
};
120
};