Hi Kevin
This is the start of work to emit the __eh_frame section in llvm-objdump.
I've currently got code to emit the CIE's. I'll add more code later for decoding the instructions, FDE's, and error checking (at the very least making sure things are in bounds and pointing to the correct place where possible). This patch seemed big enough that i'd like to make sure its ok before continuing to add anything else.
Thanks
Pete