aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/panicking.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete ctr-std to use my fork of the rust repo insteadVivian Lim2021-02-061-550/+0
|
* Write entire panic message to stderr at onceFenrir2018-08-191-2/+1
| | | | This change has also been pushed to ctr-std-horizon, so it will carry over on the next rebase
* Update for nightly-2018-08-18Fenrir2018-08-191-84/+48
|
* Update for latest nightly 2018-06-09 (#70)Valentin2018-06-151-29/+84
| | | | * Update for latest nightly 2018-06-09 * We now have a proper horizon os and sys modules in libstd
* Update to new panic ABIFenrir2018-04-211-226/+120
|
* Update to nightly-2018-03-01Fenrir2018-03-011-2/+2
|
* Don't output an extra newline when panickingFenrir2018-02-121-1/+1
| | | | svcOutputDebugString seems to append newlines on its own after each write to stderr
* Add debug svc printing to the default panic hookFenrir2018-01-231-63/+26
| | | | Removes the need to have a separate panic hook for Citra
* Recreate ctr-std from latest nightlyFenrir2018-01-211-40/+50
|
* Update bindings for libctru v1.4.0Fenrir2017-11-181-4/+3
|
* Properly set up main threadFenrir2017-08-011-22/+11
|
* Add unwinding strategy for panicsFenrir2017-07-311-88/+528
|
* Trigger reboot after panickingFenrir2017-07-291-2/+6
|
* Print thread name in panic msgFenrir2017-07-261-5/+19
|
* Thread fixes + module updateFenrir2017-07-261-0/+6
|
* Enable old panic behavior for CitraFenrir2017-07-251-4/+33
|
* Use Error applet to display panicsFenrir2017-07-241-25/+23
|
* Update to new panic ABIFenrir2017-07-241-8/+9
|
* Fix missing stability attributeFenrir2017-07-241-0/+4
|
* Update libraries for ctru-sys changesFenrir2017-07-101-3/+3
|
* Terminate all threads when panickingFenrir2017-03-061-1/+13
|
* Initial thread supportFenrir2017-03-051-5/+106
|
* implement buffered stdioFenrir2017-02-241-0/+9
|
* ctr-std: Fix panic message formattingFenrir2017-01-271-2/+2
|
* We stdlib nowFenrir2017-01-211-0/+59