Mara Bos
|
76d9b3689c
|
Rename BoxMeUp to PanicPayload.
|
2023-09-20 19:24:52 +02:00 |
|
bjorn3
|
b874502a20
|
Remove unnecessary raw pointer in __rust_start_panic arg
It is no longer necessary as __rust_start_panic switched to the Rust abi.
|
2023-03-26 16:40:18 +00:00 |
|
Maybe Waffle
|
e4720e1cf2
|
Replace most uses of pointer::offset with add and sub
|
2022-08-21 02:21:41 +04:00 |
|
Ali Malik
|
e43254aad1
|
Fix may not to appropriate might not or must not
|
2021-07-29 01:15:20 -04:00 |
|
Thiébaud Weksteen
|
52ee9fbc02
|
android: set abort message
Android has the ability to supply an abort message [1]. This message is
automatically included in the debug trace, which helps debugging [2].
Modify panic_abort to populate this message before calling abort().
[1] https://android.googlesource.com/platform/bionic/+/master/libc/include/android/set_abort_message.h
[2] https://source.android.com/devices/tech/debug/native-crash
|
2021-04-09 15:33:43 +02:00 |
|