[DynInst_API:] [dyninst/dyninst] 7d9dc0: When the ".debug_info" section is not present, we ...


Date: Fri, 24 Aug 2018 13:32:39 -0700
From: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7d9dc0: When the ".debug_info" section is not present, we ...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 7d9dc0d3e6c8d17768c19da8ff09b343585fdab4
      https://github.com/dyninst/dyninst/commit/7d9dc0d3e6c8d17768c19da8ff09b343585fdab4
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2018-08-24 (Fri, 24 Aug 2018)

  Changed paths:
    M symtabAPI/h/Module.h
    M symtabAPI/src/Module.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h

  Log Message:
  -----------
  When the ".debug_info" section is not present, we do object level line
infomation parsing. However, when we iterate every module in the object,
we will re-parse the line information for the whole object. We should
just parse once and share the parsing results in different modules.


  Commit: 1e7744b83151e115086a5692350de1a3144f3a87
      https://github.com/dyninst/dyninst/commit/1e7744b83151e115086a5692350de1a3144f3a87
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2018-08-24 (Fri, 24 Aug 2018)

  Changed paths:
    M symtabAPI/src/Module.C

  Log Message:
  -----------
  Should prefer CU level line info parsing over object level line info
parsing when there is a seperate debug info file


Compare: https://github.com/dyninst/dyninst/compare/b8369b5627ee...1e7744b83151
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 7d9dc0: When the ".debug_info" section is not present, we ..., Xiaozhu Meng <=