This PR fixes two bugs in LogicalView: - `DW_AT_ranges` are not being read correctly - `DW_AT_high_pc` for scopes are treated as inclusive The test changes for llvm-debug-analyzer are mostly to address the DW_AT_high_pc change. There is a new test that further verifies the fixes.