[Lldb-commits] [lldb] [nfc][lldb] Move FastSearch from CommandObjectMemoryFind to Process (PR #93688)

via lldb-commits lldb-commits at lists.llvm.org
Wed May 29 10:18:30 PDT 2024


https://github.com/jimingham approved this pull request.

It's not a good idea in general to have useful algorithms in the CommandObjects, that leads to code duplication - people can't be expected to scour the CommandObjects for stealable code....  So this sort of move is a good tidying up even if you didn't plan to use it somewhere else.

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


More information about the lldb-commits mailing list