[Lldb-commits] [PATCH] D112825: [lldb] Add MemoryTagMap class

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 20 04:09:15 PST 2022


DavidSpickett updated this revision to Diff 401588.
DavidSpickett added a comment.

Change MemoryTagMap::empty() to Empty() to match lldb style.

Attempted to use a const& for the tag manager and remembered
why that won't work. Made the explanatory comment more clear.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112825

Files:
  lldb/include/lldb/Target/MemoryTagMap.h
  lldb/source/Target/CMakeLists.txt
  lldb/source/Target/MemoryTagMap.cpp
  lldb/unittests/Target/CMakeLists.txt
  lldb/unittests/Target/MemoryTagMapTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112825.401588.patch
Type: text/x-patch
Size: 10275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220120/322c2894/attachment.bin>


More information about the lldb-commits mailing list