User Details
- User Since
- Dec 5 2017, 3:14 PM (303 w, 4 d)
Oct 1 2021
Sep 21 2021
Oct 20 2020
Oct 17 2020
Looks good to me!
Oct 16 2020
Oct 12 2020
May 10 2020
May 4 2020
Apr 24 2020
Thanks for finding this!
Apr 23 2020
Apr 14 2020
Add a comment about the purpose of the test.
Apr 13 2020
Mar 7 2020
Mar 4 2020
Feb 28 2020
Feb 19 2020
Feb 3 2020
Jan 30 2020
Jan 29 2020
Review feedback: Test -no-leading-headers separately from -no-leading-addr.
Review feedback: use --implicit-check-not to catch all unexpected warnings.
Remove unnecessary initialization.
Jan 28 2020
Dec 20 2019
Dec 18 2019
Dec 17 2019
I am building a patch that will correct the problem. Feel free to roll back and I'll repush tomorrow.
Dec 16 2019
Very good, I will note this is "not to be fixed" and return the request to support.
pinging reviewers.
Ping.
Dec 13 2019
Attempt to clarify STAB symbol restriction comment.
Dec 12 2019
Move MachO casts out of work loops.
Dec 11 2019
Dec 9 2019
Do we know what form that fix will take? And does that affect this PR?
Dec 6 2019
Apparently fasm, x64, Linux, (the "flat assembler") as accessible via "tio.run" will accept "l" suffix as alternate form of the r*b registers. Here's a dorky existence proof:
Dec 5 2019
Add tests for these alternate registers.
Dec 4 2019
Oct 25 2019
Oct 15 2019
Sep 27 2019
Sep 23 2019
Logic looks fine. I have some concerns around alignment terminology that I suggest you address before committing.
Sep 20 2019
mechanical comment changes
Updating to use path::append to build the bundle contents string.
Sep 19 2019
Sep 18 2019
Aug 6 2019
Jul 31 2019
LGTM, visual inspection only.
Jul 30 2019
Jul 2 2019
Jun 24 2019
I wonder why the Mach-O specific commands are unlike that of other utilities ... In any case, these changes look fine.
Jun 21 2019
Jun 20 2019
Jun 19 2019
Jun 18 2019
Would be nice if "llvm-lipo -thin" printed a reasonable error message before dumping usage. Apple lipo will print "missing argument to -thin option"
Jun 15 2019
I'll have a look Monday / early next week. Meanwhile, here are some quick thoughts.
Respectfully, I am not a good reviewer for ELF-specific file format changes. I assume you added me as a proxy for 'enderby', who touched some of the lines of this routine. Looking at the SVN history I believe Kevin Enderby's involvement was limited to promulgating Lang Hames' "Expected<>" as the preferred error handling idiom in libObject and friends. So, again, respectfully, neither Kevin nor I are what I would consider good, authoritative reviewers for ELF.
All this looks reasonable, but my grasp of Mach-O is not as complete as I would like, and I have some questions for you.
Jun 11 2019
Jun 10 2019
approving this revision in light of my notes inline. I still believe this command guide is going to need an editorial pass once all of the options are in. my main concern for the moment is that the information is accurate and complete.
Jun 7 2019
Thanks for making this!
Jun 6 2019
I had trouble getting recommonmark.parser to install on my system, so I hacked at the patch to get the html and groff formatters to run. Should not be relevant to this review.
I am not familiar with lldb or with the DebugView library, so I am pulling in Fred Riss for this review. Thanks!
I did not download or run this code, but I believe it does not correctly divine the Arch flag from a given Mach-O binary. This is straight-forward to fix.