uwcms / IPMC

University of Wisconsin ZYNQ IPMC
8 stars 5 forks source link

Add exception support #16

Closed mpv89 closed 5 years ago

mpv89 commented 5 years ago

Implement exception support while attaining the following goals:

  1. Prevent system wide locking if there are uncaught exceptions
  2. Attempt to have a stack trace or some sort of information about uncaught exceptions
  3. Have per-threat handling of exceptions
jtikalsky commented 5 years ago

I believe with b1f800a and the commits leading up to it, this is now resolved.