User Details
- User Since
- Jan 15 2018, 6:21 AM (270 w, 6 d)
Sep 27 2022
LGTM!
Sep 23 2022
Sep 21 2022
I'm not familiar with Mach-O object files. I can only give some minor suggestions on your codes.
Feb 19 2022
Currently, yaml2obj doesn't support generating split dwarf object files. I can help add support for some of the dwo sections but it needs several weeks? I guess. I proposed D120184 for adding support for emitting/dumping the .debug_str.dwo section.
Dec 16 2021
Dec 9 2021
Nov 24 2021
Nov 15 2021
The GCC doc mentions that the "-ggnu-pubnames" option is only useful with a linker that can produce GDB@ index version 7.
Nov 10 2021
Oct 24 2021
Oct 20 2021
Oct 13 2021
Sep 27 2021
LGTM.
Sep 24 2021
Sep 23 2021
The code change generally looks good to me. But please make the error messages consistent, see my inline comments.
Sep 20 2021
Hi, @jhenderson, could you please help @juchem push his change since I haven't pushed to LLVM repo for a time.
Sep 14 2021
Sep 13 2021
LGTM, thanks!
You are able to drop llvm::. Otherwise, LGTM.
Sep 12 2021
Aug 22 2021
The codes generally looks good to me.
Aug 12 2021
Aug 11 2021
Aug 4 2021
Aug 3 2021
LGTM.
Jul 21 2021
LGTM, thanks!
Jun 21 2021
Jun 15 2021
This patch looks great! I think the tests have covered everything.
Jun 9 2021
As you see, the original DWARF parser is buggy and lacking of tests, so we haven't employed it in elf2yaml. You might need to modify the parser before adding it to elf2yaml. Could you please split this patch into several small patches and add some tests for it? Test cases for DWARF of elf2yaml are in llvm/test/tools/obj2yaml/ELF/DWARF (https://github.com/llvm/llvm-project/tree/main/llvm/test/tools/obj2yaml/ELF/DWARF).
Jun 8 2021
LGTM, once @sfertile 's comments are addressed. Thanks!
Jun 4 2021
LGTM, thanks!
Jun 3 2021
Jun 1 2021
LGTM. Thanks!
May 29 2021
May 27 2021
May 25 2021
LGTM, thanks! But please wait until another reviewer is happy about this change :)
May 24 2021
May 17 2021
May 5 2021
LGTM
Apr 29 2021
Only minor suggestions, otherwise LGTM. But please give somebody else a chance to review this change :)
Apr 13 2021
Mar 29 2021
Mar 16 2021
Feb 15 2021
Feb 12 2021
I only have one inline comment. Otherwise LGTM :)
LGTM. Thanks!
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.