[all-commits] [llvm/llvm-project] a6d8a0: Implement some functions in NativeSession.

Amy Huang via All-commits all-commits at lists.llvm.org
Tue Apr 21 11:49:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a6d8a055e92eb4853805d1ad1be0b1a6523524ef
      https://github.com/llvm/llvm-project/commit/a6d8a055e92eb4853805d1ad1be0b1a6523524ef
  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:
  -----------
  Implement some functions in NativeSession.

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

Reviewers: hans, amccarth, rnk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list