Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Phabricator shutdown timeline

hawkinsw (Will Hawkins)
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 16 2022, 6:06 AM (80 w, 5 d)

Recent Activity

Wed, Sep 6

hawkinsw abandoned D158483: [CMake] Pass doc-related LLVM variables to external projects.

Migrated to GitHub: https://github.com/llvm/llvm-project/pull/65531

Wed, Sep 6, 1:42 PM · Unknown Object (Project), Restricted Project

Sep 1 2023

hawkinsw abandoned D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

In light of the transition to GitHub PRs, I am closing this revision in favor of https://github.com/llvm/llvm-project/pull/65200.

Sep 1 2023, 11:56 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

@hawkinsw First of all, thanks a ton for working on this! LLVM is currently in the process of moving away from Phabricator to GitHub reviews -- see https://discourse.llvm.org/t/logistics-of-the-transition-to-github-prs-for-libc-libc-abi-libunwind/73130. Since the review for this patch hasn't really started yet, I think it might be easier to open a new review on GitHub. Would that work for you? If you have a strong preference to keep the patch on Phabricator for now, that's ok, I can start the review here.

Sep 1 2023, 5:12 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Add tests for enable_borrowed_range.

Sep 1 2023, 1:59 PM · Restricted Project, Restricted Project

Aug 31 2023

hawkinsw added a comment to D159315: [lldb] Add OperatingSystem base class to the lldb python module.

I hope that some comments are helpful! The documentation that you added is tremendously helpful -- I know how documentation is sometimes a thankless task, so I will say what everyone is thinking: "THANK YOU".

Aug 31 2023, 7:56 PM · Restricted Project, Unknown Object (Project)

Aug 23 2023

hawkinsw added a comment to D158446: [libcxx][NFC] Update status documentation for stride range view.

Can you provide your user name and email address so I can land it on your behalf?

Thank you!!

hawkinsw
whh8b@obs.cr

Thank you!

In general we prefer real names. Are you fine with committing this as "Will Hawkins <whh8b@obs.cr>" ?

Aug 23 2023, 9:40 AM · Restricted Project, Restricted Project

Aug 22 2023

hawkinsw added a comment to D158446: [libcxx][NFC] Update status documentation for stride range view.

Can you provide your user name and email address so I can land it on your behalf?

Aug 22 2023, 1:01 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D158446: [libcxx][NFC] Update status documentation for stride range view.

I think you can push this without a review. Just make sure the syntax is correct.

Aug 22 2023, 9:58 AM · Restricted Project, Restricted Project

Aug 21 2023

hawkinsw requested review of D158483: [CMake] Pass doc-related LLVM variables to external projects.
Aug 21 2023, 8:59 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D158446: [libcxx][NFC] Update status documentation for stride range view.

Hope that I followed proper protocol! Thanks, everyone!

Aug 21 2023, 12:37 PM · Restricted Project, Restricted Project
hawkinsw requested review of D158446: [libcxx][NFC] Update status documentation for stride range view.
Aug 21 2023, 12:36 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Adding some tests (generally making progress).

Aug 21 2023, 7:22 AM · Restricted Project, Restricted Project

Aug 11 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Add iterator operator== tests.

Aug 11 2023, 11:49 AM · Restricted Project, Restricted Project

Aug 9 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Prevent __to_unsigned_like from using ADL.

Aug 9 2023, 11:10 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

@H-G-Hristov Thank you for all the contributions -- your code was immensely helpful. I think that I am making some progress! If you have any thoughts on the way that things are going with the implementation, please let me know! Thanks again!

Aug 9 2023, 7:17 AM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Clean up the skeleton test file (remove references to std::ranges::enumerate).

Aug 9 2023, 7:15 AM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

(maybe) last clang-tidy/format and add base tests.

Aug 9 2023, 7:08 AM · Restricted Project, Restricted Project

Aug 8 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Add initial tests for ::size

Aug 8 2023, 8:07 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Make div-ceil system only by adding __ prefix.

Aug 8 2023, 3:51 PM · Restricted Project, Restricted Project

Aug 7 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Adding some missing include files.

Aug 7 2023, 10:47 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Check in the modified feature test macro code.

Aug 7 2023, 8:07 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

More cargo crating from @H-G-Hristov's excellent work.

Aug 7 2023, 3:41 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Bring in the awesome tests that @H-G-Hristov already wrote!

Aug 7 2023, 2:54 PM · Restricted Project, Restricted Project
hawkinsw changed the edit policy for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..
Aug 7 2023, 2:52 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Fix some ADL warnings, compilation errors and implementation details.

Aug 7 2023, 2:40 PM · Restricted Project, Restricted Project
hawkinsw retitled D157045: [libc++] Add support for bootstrapping build in libcxx-lit from [libc++] Add support for runtimes build in libcxx-lit to [libc++] Add support for bootstrapping build in libcxx-lit.
Aug 7 2023, 12:47 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D157045: [libc++] Add support for bootstrapping build in libcxx-lit.

Updating to better use bootstrap instead of runtimes based on @ldionne's feedback!

Aug 7 2023, 12:41 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D157045: [libc++] Add support for bootstrapping build in libcxx-lit.

Since we're trying to move away from "runtimes" build and towards using the terminology "bootstapping" build, can we reflect that in the option name? Otherwise this looks like a good idea to me.

Aug 7 2023, 12:23 PM · Restricted Project, Restricted Project

Aug 5 2023

hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

@hawkinsw You can look at my WIP for stuff you can easily copy: https://reviews.llvm.org/D157192

Aug 5 2023, 8:03 PM · Restricted Project, Restricted Project

Aug 4 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Added a first, basic test and also did some more clang-tidy'ing.

Aug 4 2023, 3:57 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

clang-tidy'd the code.

Aug 4 2023, 9:06 AM · Restricted Project, Restricted Project
hawkinsw added a comment to D157045: [libc++] Add support for bootstrapping build in libcxx-lit.

@philnik Sorry to bother by adding you as a reviewer. Based on this I thought you might have some input on this little tweak! Thank you for all that you are doing!
Will

Aug 4 2023, 8:17 AM · Restricted Project, Restricted Project
hawkinsw retitled D157045: [libc++] Add support for bootstrapping build in libcxx-lit from [libc] Add support for runtimes build in libcxx-lit to [libc++] Add support for runtimes build in libcxx-lit.
Aug 4 2023, 8:15 AM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Remove inclusion of spurious change to libcxx-lit.

Aug 4 2023, 7:40 AM · Restricted Project, Restricted Project

Aug 3 2023

hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Fixed the commit against which this diff should be applied.

Aug 3 2023, 7:35 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Marked div_ceil as ABI invisible and removed caching.

Aug 3 2023, 7:28 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D157045: [libc++] Add support for bootstrapping build in libcxx-lit.

Incorrectly marked the patch as libc and not libc++.

Aug 3 2023, 3:40 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D157045: [libc++] Add support for bootstrapping build in libcxx-lit.

Hello everyone! It took me a bit to figure out that cxx-test-depends needed to be runtimes-test-depends and where/how to change that when using the libcxx-lit and thought that this little change might help!

Aug 3 2023, 3:36 PM · Restricted Project, Restricted Project
hawkinsw requested review of D157045: [libc++] Add support for bootstrapping build in libcxx-lit.
Aug 3 2023, 3:35 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

@Mordante @hawkinsw My patch is about the same state like this one. I am still working on enumerate_view I need to add more tests before I submit it. I didn't have much time to work during the last month but I'd like to get it in Clang 18. Maybe its about time to submit a draft.

@hawkinsw You can continue working on it if you like or maybe you can pick some of the other view which are more useful and interesting but I think also more difficult (join_with and join).
You can update the status here: https://libcxx.llvm.org/Status/Ranges.html

Aug 3 2023, 1:04 PM · Restricted Project, Restricted Project

Aug 2 2023

hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Thank you, @Mordante !

Aug 2 2023, 10:58 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Formatted patch using clang-format on @Mordante 's helpful suggestion.

Aug 2 2023, 7:14 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Thanks for working on this!

I'm not to familiar with ranges to I leave a real review to others. I mainly glossed over the patch.

Based on https://libcxx.llvm.org/Status/Ranges @H-G-Hristov is working on this too, @H-G-Hristov what is the status of your work?

If you want to work on a different view nobody is working on please let us know, we can put your name on it.

Aug 2 2023, 12:02 PM · Restricted Project, Restricted Project
hawkinsw added a comment to D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..

Hello @ldionne and @philnik !! I am a *huge* fan of both of yours and really appreciate all the work that you devote to libc++. I saw a chance to contribute and wanted to try to help.

Aug 2 2023, 11:14 AM · Restricted Project, Restricted Project
hawkinsw requested review of D156924: WIP: [libc++][ranges] Implement `ranges::stride_view`..
Aug 2 2023, 11:08 AM · Restricted Project, Restricted Project

Nov 8 2022

hawkinsw added inline comments to D137645: [trace] Add `SBTraceCursor::GetWallClockTime` API.
Nov 8 2022, 11:08 AM · Unknown Object (Project), Restricted Project
hawkinsw added inline comments to D137645: [trace] Add `SBTraceCursor::GetWallClockTime` API.
Nov 8 2022, 8:41 AM · Unknown Object (Project), Restricted Project

Oct 28 2022

hawkinsw added inline comments to D136935: [lldb][CPlusPlus] Introduce CPlusPlusLanguage::MethodName::GetReturnType.
Oct 28 2022, 2:13 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D132734: [lldb] Fix member access in GetExpressionPath.

Thank you for the kind response -- I hope my work was helpful! It was lots of fun to dig in to this part of the codebase!

Oct 28 2022, 9:49 AM · Unknown Object (Project), Restricted Project

Oct 26 2022

hawkinsw added a comment to D132734: [lldb] Fix member access in GetExpressionPath.

If you would like, I'd be happy to reopen this patch as a separate issue if that's the better way to handle it! Sorry for the SPAM!

Oct 26 2022, 5:40 AM · Unknown Object (Project), Restricted Project

Oct 25 2022

hawkinsw added a comment to D136650: Make CompilerType safe [Was: Add a check for TypeSystem use-after-free problems].

There are *so* many reasons that I love this patch.

Oct 25 2022, 7:28 PM · Unknown Object (Project), Restricted Project

Oct 24 2022

hawkinsw reopened D132734: [lldb] Fix member access in GetExpressionPath.

I updated this revision with the following change and I *think* that things are happy again:

Oct 24 2022, 3:09 PM · Unknown Object (Project), Restricted Project

Oct 23 2022

hawkinsw added inline comments to D132734: [lldb] Fix member access in GetExpressionPath.
Oct 23 2022, 1:29 AM · Unknown Object (Project), Restricted Project

Sep 8 2022

hawkinsw added inline comments to D133038: Add SBDebugger::GetSetting() public API.
Sep 8 2022, 8:59 PM · Unknown Object (Project), Restricted Project
hawkinsw added inline comments to D133038: Add SBDebugger::GetSetting() public API.
Sep 8 2022, 5:44 PM · Unknown Object (Project), Restricted Project

Sep 5 2022

hawkinsw added a comment to D132815: [LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printer.

I hope that these comments are helpful. If they are not, please feel free to tell me to stop! I appreciated learning from reading through your discussion with @labath !

Sep 5 2022, 6:40 PM · Restricted Project, Unknown Object (Project)

Sep 3 2022

hawkinsw added inline comments to D133240: [Formatters][NFCI] Replace 'is_regex' arguments with an enum..
Sep 3 2022, 12:14 AM · Unknown Object (Project), Restricted Project

Aug 31 2022

hawkinsw added a comment to D133045: Partial fix for handling backticks in commands and aliases.

Sorry if these comments are not helpful! Everything looks great!

Aug 31 2022, 3:49 PM · Unknown Object (Project), Restricted Project

Aug 16 2022

hawkinsw added inline comments to D131983: [LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThread.
Aug 16 2022, 3:33 PM · Unknown Object (Project), Restricted Project
hawkinsw added inline comments to D131983: [LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThread.
Aug 16 2022, 2:20 PM · Unknown Object (Project), Restricted Project

Aug 8 2022

hawkinsw added inline comments to D131312: [LLDB][NFC] Fix suspicious bitwise expression in PrintBTEntry().
Aug 8 2022, 5:57 AM · Restricted Project, Unknown Object (Project)

Aug 6 2022

hawkinsw added inline comments to D131312: [LLDB][NFC] Fix suspicious bitwise expression in PrintBTEntry().
Aug 6 2022, 1:29 PM · Restricted Project, Unknown Object (Project)

Aug 5 2022

hawkinsw added a comment to D131294: [LLDB][NFC] Reliability fixes to TCPSocket code.

Not that my opinion means much, but the changes look good to me.

Aug 5 2022, 6:30 PM · Unknown Object (Project), Restricted Project

Jul 7 2022

hawkinsw added inline comments to D129338: Tell the user which pathname was invalid....
Jul 7 2022, 7:53 PM · Restricted Project, Unknown Object (Project)

Jun 10 2022

hawkinsw added a comment to D126240: [lldb] Tighten the scope of a couple of locks in DataFormatters..

I've been experimenting a little bit and it seems that I can avoid the deadlocks I was seeing by applying only the modification to TypeCategoryMap::Add. This would avoid the problem that @hawkinsw pointed out in my change to FormatManager::GetCategoryForLanguage. However, the following problem could still happen with the change to TypeCategoryMap::Add:

  1. Thread A acquires the lock, runs m_map[key1] = value1, and releases the lock
  2. Thread B acquires the lock, runs m_map[key2] = value2, and releases the lock
  3. Thread A runs listener->Changed()
  4. Thread B runs listener->Changed()

So we would have two changes, the listener would be called twice, but both listener calls would see the same state with the two changes already applied, instead of observing each change individually. I'll keep thinking to see if I can fix this elsewhere.

Jun 10 2022, 7:44 AM · Unknown Object (Project), Restricted Project

Jun 4 2022

hawkinsw added inline comments to D126240: [lldb] Tighten the scope of a couple of locks in DataFormatters..
Jun 4 2022, 3:01 AM · Unknown Object (Project), Restricted Project

Jun 3 2022

hawkinsw added inline comments to D126240: [lldb] Tighten the scope of a couple of locks in DataFormatters..
Jun 3 2022, 12:08 PM · Unknown Object (Project), Restricted Project

May 30 2022

hawkinsw added a comment to D126621: [libc++] Fix typo in comment at __optional_storage_base.

@philnik @jloser Sorry, but I don't yet have landing rights. If you could help, that would be great! Thank you!

May 30 2022, 9:31 AM · Restricted Project, Restricted Project
hawkinsw added inline comments to D126621: [libc++] Fix typo in comment at __optional_storage_base.
May 30 2022, 9:18 AM · Restricted Project, Restricted Project
hawkinsw updated the diff for D126621: [libc++] Fix typo in comment at __optional_storage_base.

Updating to address @jloser comment about comma after however as conjunctive adverb.

May 30 2022, 7:45 AM · Restricted Project, Restricted Project

May 29 2022

hawkinsw updated the diff for D126621: [libc++] Fix typo in comment at __optional_storage_base.

Updating after excellent feedback from @jloser.

May 29 2022, 8:23 PM · Restricted Project, Restricted Project
hawkinsw added inline comments to D126621: [libc++] Fix typo in comment at __optional_storage_base.
May 29 2022, 8:22 PM · Restricted Project, Restricted Project
hawkinsw added inline comments to D126621: [libc++] Fix typo in comment at __optional_storage_base.
May 29 2022, 8:19 PM · Restricted Project, Restricted Project
hawkinsw added a reviewer for D126621: [libc++] Fix typo in comment at __optional_storage_base: EricWF.
May 29 2022, 5:19 PM · Restricted Project, Restricted Project
hawkinsw requested review of D126621: [libc++] Fix typo in comment at __optional_storage_base.
May 29 2022, 5:17 PM · Restricted Project, Restricted Project

May 27 2022

hawkinsw added a reviewer for D124731: [lldb] Consider binary as module of last resort: omjavaid.
May 27 2022, 8:16 AM · Unknown Object (Project), Restricted Project
hawkinsw reopened D124731: [lldb] Consider binary as module of last resort.

I have reverted this temporarily as It broke LLDB API test TestBadAddressBreakpoints.py

May 27 2022, 8:15 AM · Unknown Object (Project), Restricted Project

May 25 2022

hawkinsw added a comment to D126109: [lldb] Fix broken bad-address-breakpoint test.

@DavidSpickett Thanks (again) for the feedback. Once I fix the nit, is the proper protocol for you to review again? I am sorry to ask but I don't know the right procedure and don't want to do the wrong thing!

If the patch is accepted with a comment you can land the patch with the comment addressed. Unless you disagree in which case you can continue discussing in the code review.

May 25 2022, 10:39 PM · Restricted Project, Unknown Object (Project)
hawkinsw updated the diff for D126109: [lldb] Fix broken bad-address-breakpoint test.

Updating the revision to consider feedback (!= None vs is not None)

May 25 2022, 10:35 PM · Restricted Project, Unknown Object (Project)

May 24 2022

hawkinsw added a comment to D126109: [lldb] Fix broken bad-address-breakpoint test.

@DavidSpickett Thanks (again) for the feedback. Once I fix the nit, is the proper protocol for you to review again? I am sorry to ask but I don't know the right procedure and don't want to do the wrong thing!

May 24 2022, 8:56 AM · Restricted Project, Unknown Object (Project)

May 23 2022

hawkinsw added a comment to D126109: [lldb] Fix broken bad-address-breakpoint test.

@DavidSpickett Thank you for the review! I hope that this 2nd version of the patch addresses your helpful comments!

May 23 2022, 10:56 AM · Restricted Project, Unknown Object (Project)
hawkinsw updated the diff for D126109: [lldb] Fix broken bad-address-breakpoint test.

Updating based on DavidSpickett helpful feedback.

May 23 2022, 10:56 AM · Restricted Project, Unknown Object (Project)
hawkinsw added inline comments to D126109: [lldb] Fix broken bad-address-breakpoint test.
May 23 2022, 10:52 AM · Restricted Project, Unknown Object (Project)
hawkinsw added inline comments to D126109: [lldb] Fix broken bad-address-breakpoint test.
May 23 2022, 10:49 AM · Restricted Project, Unknown Object (Project)

May 20 2022

hawkinsw requested review of D126109: [lldb] Fix broken bad-address-breakpoint test.
May 20 2022, 7:01 PM · Restricted Project, Unknown Object (Project)
hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

I realize the reason for the failure. It would appear that there are tests that are otherwise affected by the change in the behavior introduced here. I will take care of updating these tests as quickly as possible. I am sorry for the trouble, @JDevlieghere !

May 20 2022, 2:35 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

I am going to investigate why the buildbot failed. When I ran the tests locally everything ran fine. I am terribly, terribly sorry!

May 20 2022, 2:27 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

Please let me know if you need someone to land this on your behalf.

May 20 2022, 1:36 PM · Unknown Object (Project), Restricted Project

May 19 2022

hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

@JDevlieghere So sorry! I cannot believe I missed those. Thanks for putting up with me!

May 19 2022, 1:02 PM · Unknown Object (Project), Restricted Project
hawkinsw updated the diff for D124731: [lldb] Consider binary as module of last resort.

Stupidly missed a few of the places where bare assertions were used.

May 19 2022, 1:00 PM · Unknown Object (Project), Restricted Project

May 17 2022

hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

Just wanted to see if there was anything else I could do to help make this patch acceptable, @JDevlieghere and @jingham . Thanks again for all your help!

May 17 2022, 9:20 AM · Unknown Object (Project), Restricted Project

May 13 2022

hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

@JDevlieghere Thanks again for the feedback. I updated the patchset according to your comments. I left open one of your suggestions to get your feedback.

May 13 2022, 10:16 PM · Unknown Object (Project), Restricted Project
hawkinsw updated the diff for D124731: [lldb] Consider binary as module of last resort.

Updating the patchset according to the helpful feedback from @JDevlieghere.

May 13 2022, 10:15 PM · Unknown Object (Project), Restricted Project
hawkinsw added inline comments to D124731: [lldb] Consider binary as module of last resort.
May 13 2022, 10:10 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

Hello @labath and @JDevlieghere -- I hope that your Friday is going well! I'd love to make any other changes to this if necessary! Thanks for everything!

May 13 2022, 6:55 AM · Unknown Object (Project), Restricted Project

May 11 2022

hawkinsw added a comment to D125434: Make a more convenient way to allow Darwin users to ignore certain Mach Exceptions.

I hope that those minor edits help at least a little!

May 11 2022, 9:25 PM · Unknown Object (Project), Restricted Project
hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

Sorry to bother you all (@jingham, @JDevlieghere and @labath), but I just wondered if there was anything else that I could do to spruce this up! I want to make sure that it meets everyone's expectations! It's been awesome to work on this submission!

May 11 2022, 7:01 AM · Restricted Project, Restricted Project

May 9 2022

hawkinsw added a comment to D125148: Add an example command that runs to one of a set of breakpoints.

Just trying to be helpful!

May 9 2022, 4:03 PM · Restricted Project, Restricted Project

May 6 2022

hawkinsw added a comment to D124731: [lldb] Consider binary as module of last resort.

(for real) Updating the patch based on helpful feedback from @jingham.

May 6 2022, 5:03 PM · Restricted Project, Restricted Project
hawkinsw updated the diff for D124731: [lldb] Consider binary as module of last resort.

(for real) Updating the patch based on helpful feedback from @jingham.

May 6 2022, 4:59 PM · Restricted Project, Restricted Project