[Lldb-commits] [PATCH] D87442: [lldb] Show flags for memory regions
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 4 07:40:39 PST 2020
DavidSpickett updated this revision to Diff 302843.
DavidSpickett added a comment.
- Only "mt" flag supported
- Don't typedef expected MemoryRegionInfo
- Link lldbPluginProcessUtility (not lldbPluginProcessLinux) in proc map tests
- "mt" is now the only supported flag
- "memory tagging: enabled" is printed if it is found for a region
- lldb-server will only send "flags:mt;" or "flags:;"
- lldb will treat flags as a list of flags, but only look for "mt" (so we can expand the flags list later)
- Added target specific test to run via QEMU (future MTE tests can live in API/linux/aarch64/ too)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87442/new/
https://reviews.llvm.org/D87442
Files:
lldb/docs/lldb-gdb-remote.txt
lldb/docs/use/qemu-testing.rst
lldb/include/lldb/Target/MemoryRegionInfo.h
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
lldb/scripts/lldb-test-qemu/run-qemu.sh
lldb/source/Commands/CommandObjectMemory.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
lldb/source/Target/MemoryRegionInfo.cpp
lldb/test/API/linux/aarch64/mte_memory_region/Makefile
lldb/test/API/linux/aarch64/mte_memory_region/TestAArch64LinuxMTEMemoryRegion.py
lldb/test/API/linux/aarch64/mte_memory_region/main.c
lldb/unittests/Process/CMakeLists.txt
lldb/unittests/Process/Utility/CMakeLists.txt
lldb/unittests/Process/Utility/LinuxProcMapsTest.cpp
lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
lldb/unittests/Process/minidump/MinidumpParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87442.302843.patch
Type: text/x-patch
Size: 49261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201104/a67e4673/attachment-0001.bin>
More information about the lldb-commits
mailing list