[LLVMdev] MCJIT debugger registration interface.
Sanjoy Das
sanjoy at playingwithpointers.com
Tue Aug 12 10:42:32 PDT 2014
A somewhat related (but also orthogonal) use case is parsing the
.eh_frame and .gcc_except_table sections. .eh_frame is similar to a
DWARF .debug_frame except in some small ways, so their parsers could
potentially share code.
Knowing how to parse these sections is valuable for frontends relying
on llvm's invoke-based exception handling, and also for knowing where
llvm has decided to spill callee saved registers. Having parsers for
these in the llvm tree will be useful.
-- Sanjoy
More information about the llvm-dev
mailing list