[all-commits] [llvm/llvm-project] 27dcae: [lldb] Convert file address to load address when r...

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Tue Nov 19 06:37:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27dcae53eb9ea7b4d722d650e63567ca54e12d7d
      https://github.com/llvm/llvm-project/commit/27dcae53eb9ea7b4d722d650e63567ca54e12d7d
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2024-11-19 (Tue, 19 Nov 2024)

  Changed paths:
    M lldb/source/Expression/DWARFExpression.cpp
    A lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c

  Log Message:
  -----------
  [lldb] Convert file address to load address when reading memory for DW_OP_piece (#116411)

When parsing an optimized value and reading a piece from a file address,
LLDB tries to read the data from memory using that address.
This patch converts file address to load address before reading the
memory.

Fixes #111313
Fixes #97484



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list