[Lldb-commits] [PATCH] D145566: [lldb] Add RegisterFlags class

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 8 07:52:44 PST 2023


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

Use StringRef for parameters. This is what the XML parser gives you
by default in any case.

Internally we want to keep a copy of the string because the XML document
will go away after parsing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145566

Files:
  lldb/include/lldb/Target/RegisterFlags.h
  lldb/source/Target/CMakeLists.txt
  lldb/source/Target/RegisterFlags.cpp
  lldb/unittests/Target/CMakeLists.txt
  lldb/unittests/Target/RegisterFlagsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145566.503374.patch
Type: text/x-patch
Size: 13238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230308/388e2a08/attachment-0001.bin>


More information about the lldb-commits mailing list