TuxSH
|
4b06bb7795
|
Fix svcBreak handling bug
|
2016-11-06 00:05:12 +01:00 |
|
Aurora
|
8f32048774
|
Spaces, spaces everywhere
|
2016-09-06 13:43:00 +02:00 |
|
TuxSH
|
4c6a2f7ab1
|
Fix bug in svcBreak handling.
|
2016-08-26 11:38:50 +02:00 |
|
TuxSH
|
f81c92e35b
|
The user-mode context is now dumped (instead of the supervisor-mode context) on a svcBreak call.
Kernel panics are now handled by the exception handlers as well.
|
2016-08-12 15:17:19 +02:00 |
|
TuxSH
|
004f0652c9
|
Prevent double faults when either PC or SP is invalid
|
2016-07-14 20:08:31 +02:00 |
|
TuxSH
|
d5190cd788
|
Minor stuff (2)
|
2016-07-05 16:24:00 +02:00 |
|
TuxSH
|
a9db998d84
|
Fix potential bugs in the exception handlers
|
2016-06-18 13:10:07 +02:00 |
|
TuxSH
|
e478908dca
|
Make the exception handlers dump more information
You'll need to the latest version of exception_dump_parser.py
|
2016-06-07 19:25:45 +02:00 |
|
TuxSH
|
bb230de72c
|
The ARM11 exception handlers are now working.
Refactored the exception handling code in general.
|
2016-06-03 21:38:35 +02:00 |
|
TuxSH
|
2d7dde9cf9
|
ARM11 exception handlers (not working yet, it fails to retrieve the data after the reboot)
Uncomment the appropriate line in firm.c to test.
|
2016-06-02 22:33:44 +02:00 |
|