Files
clang-p2996/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp
John Brawn 1cbddcebb9 [DebugInfo] Use DW_OP_deref_size for DW_OP_LLVM_extract_bits (#97609)
Using DW_OP_deref can result in the debugger reading past the end of an
object into inaccessible memory, causing an error. Instead use
DW_OP_deref_size to make sure we don't read any bytes beyond what we
need to.
2024-07-11 17:02:30 +01:00

26 KiB