[all-commits] [llvm/llvm-project] f17404: [LLDB][NativePDB] Fix image lookup by address

ZequanWu via All-commits all-commits at lists.llvm.org
Mon Nov 15 12:30:37 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f17404a733c18f0aa8ff98255dbae0f592982222
      https://github.com/llvm/llvm-project/commit/f17404a733c18f0aa8ff98255dbae0f592982222
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    A lldb/test/Shell/SymbolFile/NativePDB/lookup-by-address.cpp

  Log Message:
  -----------
  [LLDB][NativePDB] Fix image lookup by address

`image lookup -a ` doesn't work because the compilands list is always empty.
Create CU at given index if doesn't exit.

Differential Revision: https://reviews.llvm.org/D113821




More information about the All-commits mailing list