Bug ID 44037
Summary Adding range which has a base that is less than the function’s low PC
Product lldb
Version unspecified
Hardware PC
OS Linux
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter diana.picus@linaro.org
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
TestBreakpointLocations.py
TestRedefinitionsInInlines.py
TestMembersAndLocalsWithSameName.py
TestInlinedFrame.py
are failing on AArch64 Linux with errors similar to:
error: a.out 0x0000002d: adding range [0x14-0x24) which has a base that is less
than the function's low PC 0x40060c. Please file a bug and attach the file at
the start of this error message.
This seems to be happening only for the dwo info (gmodules is unsupported and
dwarf is passing).
Maybe related to [https://bugs.swift.org/browse/SR-8690](https://bugs.swift.org/browse/SR-8690) ?