[Lldb-commits] [PATCH] D128832: [lldb-server] Skip shared regions for memory allocation
    Emre Kultursay via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jun 29 09:51:30 PDT 2022
    
    
  
emrekultursay marked an inline comment as done.
emrekultursay added a comment.
PTAL.
================
Comment at: lldb/unittests/Process/Utility/LinuxProcMapsTest.cpp:278
   check_regions(params);
 }
----------------
DavidSpickett wrote:
> I don't see a test for a mapping with "s" for the sharing char, did I miss it?
I added tests to cover shared (s). Thanks for noticing the missing test.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128832/new/
https://reviews.llvm.org/D128832
    
    
More information about the lldb-commits
mailing list