[all-commits] [llvm/llvm-project] 236093: Reland "Implement some functions in NativeSession....

Amy Huang via All-commits all-commits at lists.llvm.org
Tue Apr 21 16:36:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 23609331472be22be3be134f6facd8f086c5ea49
      https://github.com/llvm/llvm-project/commit/23609331472be22be3be134f6facd8f086c5ea49
  Author: Amy Huang <akhuang at google.com>
  Date:   2020-04-21 (Tue, 21 Apr 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h
    M llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
    M llvm/lib/DebugInfo/PDB/PDB.cpp
    M llvm/unittests/DebugInfo/PDB/CMakeLists.txt
    A llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp
    A llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.exe
    A llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.pdb
    A llvm/unittests/DebugInfo/PDB/NativeSessionTest.cpp

  Log Message:
  -----------
  Reland "Implement some functions in NativeSession." with fixes so that
the tests pass on Linux.

Summary:
This change implements readFromExe, and calculating VA and RVA, which
are some of the functionalities that will be used for native PDB reading
for llvm symbolizer.

bug: https://bugs.llvm.org/show_bug.cgi?id=41795




More information about the All-commits mailing list