[Lldb-commits] patch for missing FORM_flag_present
Thirumurthi, Ashok
ashok.thirumurthi at intel.com
Thu Sep 27 08:34:47 PDT 2012
Hi Carlo,
Could you have a look instead at the patch that I submitted for review on Monday on the thread "Updating DIE extraction to match llvm trunk". Note that my patch tracks all the recent changes to DW_FORM flags from llvm/lib/DebugInfo/. Thanks,
- Ashok
-----Original Message-----
From: lldb-commits-bounces at cs.uiuc.edu [mailto:lldb-commits-bounces at cs.uiuc.edu] On Behalf Of Carlo Kok
Sent: Thursday, September 27, 2012 8:32 AM
To: lldb-commits at cs.uiuc.edu
Subject: [Lldb-commits] patch for missing FORM_flag_present
lldb does not support FORM_flag_present which is emitted by LLVM for OSX executables (probably a recent addition). The flag_present thing is zero sized, but it breaks out of the loop because it doesn't recognize it.
after this , debug info works again.
More information about the lldb-commits
mailing list