diff options
author | Keno Fischer <kfischer@college.harvard.edu> | 2016-02-03 21:13:33 +0000 |
---|---|---|
committer | Keno Fischer <kfischer@college.harvard.edu> | 2016-02-03 21:13:33 +0000 |
commit | 6c1e47a66b5eeb76ef51d6b638314b0f25b1d565 (patch) | |
tree | 138786b1088f0be8d86391b875be86977ed07baa /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | 675bdcedff0879e14dae42383d9b25fc6fd25861 (diff) | |
download | bcm5719-llvm-6c1e47a66b5eeb76ef51d6b638314b0f25b1d565.tar.gz bcm5719-llvm-6c1e47a66b5eeb76ef51d6b638314b0f25b1d565.zip |
[DWARFDebug] Fix another case of overlapping ranges
Summary:
In r257979, I added code to ensure that we wouldn't merge DebugLocEntries if
the pieces they describe overlap. Unfortunately, I failed to cover the case,
where there may have multiple active Expressions in the entry, in which case we
need to make sure that no two values overlap before we can perform the merge.
This fixed PR26148.
Reviewers: aprantl
Differential Revision: http://reviews.llvm.org/D16742
llvm-svn: 259696
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions