artiq-zynq/src/libdwarf
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
..
src runtime/eh_artiq: support exception allocation 2022-01-23 21:31:22 +08:00
Cargo.toml eh_artiq: handle catch clauses appropriately 2022-01-06 13:41:47 +08:00