Draft: rts: Add support for generating gdb JIT objects
Previously debugging linker issues was extremely tiresome due to the lack of symbol names. Here we utilise GDB's JIT interface to improve this situation.
To do
-
Rebase onto master
(currently onghc-9.2
) -
Commit message -
Make conditional on DEBUG
-
Note
Edited by Ben Gamari