[Lldb-commits] [PATCH] D68655: Trust the arange accelerator tables	in dSYMs
    Greg Clayton via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Jan 11 15:29:37 PST 2023
    
    
  
clayborg added a comment.
There have also been some bugs in .debug_aranges and some folks want to get rid of .debug_aranges all together and rely only upon the DW_TAG_compile_unit's DW_AT_ranges. Tons of details in this patch:
https://reviews.llvm.org/D136395
So long story short, some people believe we should not produce or use .debug_aranges anymore, and want LLDB changed to ignore it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68655/new/
https://reviews.llvm.org/D68655
    
    
More information about the lldb-commits
mailing list