[Lldb-commits] [PATCH] D100493: [lldb][AArch64] Don't check for VmFlags in smaps files

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 14 09:17:05 PDT 2021


DavidSpickett added a reviewer: omjavaid.
DavidSpickett added a comment.
Herald added a subscriber: JDevlieghere.

This fixes the underlying issue for the random failure of this test on the lldb bots.

The only way we get bitten here is if someone runs this on a system with smaps disabled but given that that removes your ability to actually debug MTE I don't see it happening.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100493



More information about the lldb-commits mailing list