artiq-zynq/src/libdwarf/src
pca006132 6f5ba46e89 runtime/eh_artiq: support exception allocation
The backtrace is now nested, and should be used together with the stack
pointer array to construct the full backtrace for each exception.
We now allocate exception objects in a stack, but their names are still
not allocated. This is fine for exceptions raised in the driver or artiq
code, but we will have to implement allocation for names of exceptions
raised in RPC calls. The compiler should also emit code to store the
exception names once they catch it, to prepare for later reraising.
2022-01-23 21:31:22 +08:00
..
eh.rs runtime/eh_artiq: support exception allocation 2022-01-23 21:31:22 +08:00
lib.rs eh_artiq: handle catch clauses appropriately 2022-01-06 13:41:47 +08:00
tests.rs Added libpanic_unwind/dwarf from rustc as libdwarf. 2020-07-02 09:51:47 +08:00