| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
This reverts commit 13faedaf4ce3a24ed92917d44244f226ff3fed57. As it's causing issues with ASAN, which adds it's own `ExceptionHandler` as the first. Making ours first messes with it. Causing an Access Violation when trying to setup `context` in our handler.
|
| | |
|
| |
|
|
| |
Fix an OOB caused when the test runner catches the exception & format exception codes as upper case hex.
|
| | |
|
| | |
|
|
|
This is needed for the docs generator to generate all the docs for the
posix package, if it is imported like it was on Windows it would
generate docs for the Windows version of the package which has much less
symbols exposed.
|