Name |
Last commit
|
Last update |
---|---|---|
.. | ||
core | ||
gc | ||
gcc | ||
gcstub | ||
rt | ||
LICENSE | ||
Makefile.am | ||
Makefile.in | ||
__entrypoint.di | ||
__main.di | ||
object.d |
When throwing an Exception in the Fiber the backtrace generation crashes. This happens because backtrace does not func the stack bottom. Using '.cfi_undefined x30' tells the debug info that the value in the lr is unknown, which seems to be the nicest way to stop the unwinder. Setting x30 to 0 is another option, however it still creates one invalid frame in gdb, so the .cfi variant is used here instead. Backport from upstream druntime 2.083. Reviewed-on: https://github.com/dlang/druntime/pull/2308 From-SVN: r266470
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
core | Loading commit data... | |
gc | Loading commit data... | |
gcc | Loading commit data... | |
gcstub | Loading commit data... | |
rt | Loading commit data... | |
LICENSE | Loading commit data... | |
Makefile.am | Loading commit data... | |
Makefile.in | Loading commit data... | |
__entrypoint.di | Loading commit data... | |
__main.di | Loading commit data... | |
object.d | Loading commit data... |