[Lldb-commits] [lldb] [lldb] [mostly NFC] Large WP foundation: WatchpointResources (PR #68845)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 17:58:52 PDT 2023


https://github.com/bulbazord commented:

A lot of the `WatchpointResourceList::FindBy` methods can probably be rewritten with `std::find_if` (or `llvm::find_if` which is a little easier to use IMO).

Overall, looks like a pretty nice mostly-NFC refactor! 😄 

https://github.com/llvm/llvm-project/pull/68845


More information about the lldb-commits mailing list