Skip to content

Draft: rts: Add support for generating gdb JIT objects

Ben Gamari requested to merge wip/gdb-jit-object into master

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 on ghc-9.2)
  • Commit message
  • Make conditional on DEBUG
  • Note
Edited by Ben Gamari

Merge request reports