[LLVMdev] llvm-dwarfdump and eh_frame
Erik Verbruggen
erikjv at me.com
Thu Feb 7 14:50:27 PST 2013
Hi,
I noticed that llvm-dwarfdump does not show any information about the eh_frame section. While DWARFContext::getDebugAranges explicitly tries to parse it, it fails because the DWARFContextInMemory constructor does not check for that specific section name. A fix would be to check wether the name is "debug_frame" or "eh_frame". If this is correct, should I submit a smallish patch, or could somebody else fix it, or can I just commit the change to svn?
-- Erik.
More information about the llvm-dev
mailing list