Bug ID 45886
Summary Wrong variable value change during debugging at Og
Product lldb
Version unspecified
Hardware PC
OS Windows NT
Status NEW
Severity enhancement
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter massarelli@diag.uniroma1.it
CC jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
Jan Kratochvil changed bug 45886
What Removed Added Severity enhancement normal Assignee lldb-dev@lists.llvm.org jan.kratochvil@redhat.com
Comment # 8 on bug 45886 from Jan Kratochvil
Problem can be workarounded by using -gdwarf-5 instead of -g.
But posted a real fix:
[lldb] Fix DW_TAG_GNU_call_site-DW_AT_low_pc
[https://reviews.llvm.org/D81334](https://reviews.llvm.org/D81334)