[Lldb-commits] [PATCH] D102757: [lldb] Remove non address bits when looking up memory regions

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 3 03:32:47 PDT 2021


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

Rebase onto latest main.

Remove pointer auth from the test. This means we can run it on current buildbots
more easily. There are other tests that look at pauth specifically, here we just
care that the ABI plugin was queried at all.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102757

Files:
  lldb/include/lldb/Target/Process.h
  lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
  lldb/source/Plugins/Process/Windows/Common/ProcessWindows.h
  lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
  lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  lldb/source/Plugins/Process/minidump/ProcessMinidump.h
  lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp
  lldb/source/Plugins/Process/scripted/ScriptedProcess.h
  lldb/source/Target/Process.cpp
  lldb/test/API/linux/aarch64/tagged_memory_region/Makefile
  lldb/test/API/linux/aarch64/tagged_memory_region/TestAArch64LinuxTaggedMemoryRegion.py
  lldb/test/API/linux/aarch64/tagged_memory_region/main.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102757.384385.patch
Type: text/x-patch
Size: 16489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211103/c3fef66d/attachment.bin>


More information about the lldb-commits mailing list