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

Jason Molenda jason at molenda.com
Wed Jun 16 12:38:45 PDT 2010


On Jun 16, 2010, at 12:29 PM, Jason Molenda wrote:

> 
> On Jun 16, 2010, at 9:23 AM, Greg Clayton wrote:
> 
>> To answer Jason's "I have yet to see where an extra 3 characters..." comment: when you dump a very large DWARF file they tend to matter. Dumping WebCore and having an extra "DW_" in front of everything increases the size of the output by quite a bit...
> 
> I assume you're talking about dwarfdump here.  

BTW I should note that I'm not arguing about how the dwarfdump on Mac OS X should behave here - only how lldb/llvm should behave.  It looks silly if our debugger calls things "AT_..." while the rest of the world calls them "DW_AT_..." even if it's unambiguous.  The long form is the name which everyone uses and we will conform to that.

J



More information about the lldb-commits mailing list