[RTEMS Project] #4203: Improve Exception Output

RTEMS trac trac at rtems.org
Wed Dec 9 23:52:21 UTC 2020


#4203: Improve Exception Output
----------------------------+------------------------------------
  Reporter:  Joel Sherrill  |      Owner:  (none)
      Type:  enhancement    |     Status:  new
  Priority:  normal         |  Milestone:  6.1
 Component:  bsps           |    Version:  6
  Severity:  normal         |   Keywords:  small, tasks, SoC, BSP
Blocked By:                 |   Blocking:
----------------------------+------------------------------------
 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.

--
Ticket URL: <http://devel.rtems.org/ticket/4203>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list