[Lldb-commits] [lldb] r106045 - /lldb/trunk/include/lldb/Core/dwarf.h

Jason Molenda jmolenda at apple.com
Tue Jun 15 15:39:36 PDT 2010


On Jun 15, 2010, at 2:43 PM, Chris Lattner wrote:

> Hi Jason,
> 
> Can Core/dwarf.h use (and extend) llvm/include/llvm/Support/Dwarf.h instead of duplicating much of it?

Yeah that would make sense.  There are some random naming differences and a few DW_OP defines that llvm doesn't use but it shouldn't be much trouble to add the constants to llvm's copy and change lldb to use this.

J



More information about the lldb-commits mailing list