Make the ArmUnwindInfo parsing code endian independent
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good, after fixing some typos.
include/lldb/Symbol/ArmUnwindInfo.h | ||
---|---|---|
55 | For consideration: | |
source/Symbol/ArmUnwindInfo.cpp | ||
58 | s/Custome/Custom/ | |
66 | s/data[0]/value ? |
For consideration:
storing just the byte order instead of the whole ObjectFile. (if it's clear that the ObjectFile object outlives this object then I'm fine with this also).