[PATCH] D73969: [LLDB] Let DataExtractor deal with two-byte addresses
    Shafik Yaghmour via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  4 22:17:36 PST 2020
    
    
  
shafik added a comment.
Since we are doing the same test all over `m_addr_size >= 1 && m_addr_size <= 8` can we just make it a function and avoid the repetition and potential erroneous updating later on that does not fix them all?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73969/new/
https://reviews.llvm.org/D73969
    
    
More information about the llvm-commits
mailing list