#4203 closed enhancement (fixed)

Improve Exception Output

Reported by: Joel Sherrill Owned by:
Priority: normal Milestone: Indefinite
Component: bsps Version: 6
Severity: normal Keywords: small, tasks, SoC, BSP
Cc: Blocked By:
Blocking:

Description

When debugging a divide by zero error on the x86, an exception was printed which was marginally useful. However, it printed the task id in decimal and did not print the exception type as a string. This task is to review the exception handler for each architecture and attempt to make it more user friendly.

  • Print values in the most appropriate numeric base
  • Print exceptions as strings and with any accompanying details

This can be done an architecture at a time as a small task or as a set for a Summer of Code style project.

Change History (2)

comment:1 Changed on 12/16/21 at 15:38:01 by Joel Sherrill

Milestone: 6.1Indefinite

comment:2 Changed on 12/16/21 at 15:41:34 by Joel Sherrill

Resolution: fixed
Status: newclosed

Implemented by Chris Johns.

Note: See TracTickets for help on using tickets.