[Lldb-commits] [PATCH] D105180: [lldb][AArch64] Add memory tag writing to lldb-server
    Muhammad Omair Javaid via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Jul  6 03:53:14 PDT 2021
    
    
  
omjavaid added inline comments.
================
Comment at: lldb/test/API/tools/lldb-server/memory-tagging/TestGdbRemoteMemoryTagging.py:56
         # Run the packet stream
         context = self.expect_gdbremote_sequence()
         self.assertIsNotNone(context)
----------------
This test is still not stable given we wait for stop notification while process may have exited. This causes test to hang till timeout expiry.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105180/new/
https://reviews.llvm.org/D105180
    
    
More information about the lldb-commits
mailing list