User Details
- User Since
- Jan 15 2018, 6:21 AM (157 w, 3 d)
Nov 2 2020
LGTM, thanks!
Oct 16 2020
Oct 13 2020
Oct 8 2020
- Test the default opcode_base field and the standard_opcode_lengths array of DWARFv2-DWARFv4 (DWARFv5 isn't supported yet).
- Add missing comment.
Oct 4 2020
Use Version to determine the default opcode_base and standard_opcode_lengths fields.
Sep 28 2020
- Make getStandardOpcodeLengths() return the standard_opcode_lengths according to the latest DWARF spec by default.
- Add one test case where the opcode_base is greater than 13.
- Address some inline comments.
Sep 26 2020
Update.
Sep 24 2020
Split commands.
Sep 23 2020
Append --strict-whitespace option.
Use {{ }} to match more (2) spaces.
Thanks!
Address review comments.
Sep 22 2020
Sep 21 2020
Sep 20 2020
Sep 18 2020
Sep 17 2020
Check the DWARF: tag.
Sep 15 2020
Address comments.
Sep 14 2020
Address review comments.
Sep 13 2020
LGTM with nit.
Sep 10 2020
Address comments.
Address review comments.
Sep 9 2020
Address review comments.
Address review comments.
Sep 8 2020
Reflow comments.
Rebase.
Update comment.
Address review comments.
Address review comments.
Sep 7 2020
Remove a header.
Avoid using Flags.getValueOr() twice.
Explicitly check the sh_flag.
Address review comment.
Sep 6 2020
I modified the getDefaultShEntSize() function in this revision. If the section name is '.debug_str', the default value of sh_entsize is 1 rather than 0.
Sep 5 2020
I think the problem is caused by misplacing the line Y.DebugAbbrev.back().ID = AbbrevTableID++;. It should be placed in an outer loop.
Sep 4 2020
Add a comment saying why we don't check the segname.