[Lldb-commits] [PATCH] D111899: LLDB tests modification for	hardware breakpoints
    Nikolay Chokoev via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Oct 18 02:55:23 PDT 2021
    
    
  
georgiev added a comment.
What about the case when we have a logical BP with more than one location? the locations may have different hit count.
In particular we have a test like:
patterns=[
  "1\.1: .+ unresolved, hit count = 0 +Options: disabled",
  "1\.2: .+ resolved,( hardware,)? hit count = 1",
  "1\.3: .+ resolved,( hardware,)? hit count = 1"])
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111899/new/
https://reviews.llvm.org/D111899
    
    
More information about the lldb-commits
mailing list