[Lldb-commits] [PATCH] D100515: [lldb] Add GetCodeAddressMask and GetDataAddressMask to Process

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 14 16:47:05 PDT 2021


JDevlieghere created this revision.
JDevlieghere added reviewers: jasonmolenda, omjavaid, justincohen, labath, DavidSpickett.
JDevlieghere requested review of this revision.

Implement Jason's suggestion from D99944 <https://reviews.llvm.org/D99944> to have both a code and data mask, while still honoring the existing setting.


https://reviews.llvm.org/D100515

Files:
  lldb/include/lldb/Target/Process.h
  lldb/source/Target/Process.cpp
  lldb/source/Target/TargetProperties.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100515.337579.patch
Type: text/x-patch
Size: 4296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210414/fcbfadfa/attachment.bin>


More information about the lldb-commits mailing list