CIE augmentation data might contain non-printable characters. The patch prints the data as a list of hex bytes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Simon
Any idea what the non-LLVM objdump/dwarfdump would print in this case?
Either way, LGTM as this is an improvement over the current code.
Thanks,
Pete
Comment Actions
Hi Pete,
Any idea what the non-LLVM objdump/dwarfdump would print in this case?
GNU objdump prints the same list of hex bytes.
Either way, LGTM as this is an improvement over the current code.
Thanks for review.