[Lldb-commits] [PATCH] D123793: [lldb] Handle empty search string in "memory find"

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 07:28:52 PDT 2022


DavidSpickett added a comment.

Previously this would crash.

Unless we'd rather treat it as `\x0` but that could be confusing. You can always search for literal 0 instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123793/new/

https://reviews.llvm.org/D123793



More information about the lldb-commits mailing list