[DynInst_API:] [dyninst/dyninst] f7957c: Take the fix for the memory issue in dwarf parsing...


Date: Thu, 30 Nov 2017 13:48:11 -0800
From: Bill Williams <bill@xxxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] f7957c: Take the fix for the memory issue in dwarf parsing...
  Branch: refs/heads/new-parallel-parsing
  Home:   https://github.com/dyninst/dyninst
  Commit: f7957cc3e9e9436929ec332667b7aa42a7c08e60
      https://github.com/dyninst/dyninst/commit/f7957cc3e9e9436929ec332667b7aa42a7c08e60
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h

  Log Message:
  -----------
  Take the fix for the memory issue in dwarf parsing from the new-parallel-parsing branch


  Commit: eae52d8a539b0081095721a47252055f89c4b0e4
      https://github.com/dyninst/dyninst/commit/eae52d8a539b0081095721a47252055f89c4b0e4
  Author: Xiaozhu Meng <xmeng@xxxxxxxxxxx>
  Date:   2017-10-12 (Thu, 12 Oct 2017)

  Changed paths:
    M dyninstAPI/src/dynProcess.C
    M symtabAPI/src/Object-elf.C

  Log Message:
  -----------
  1. Should return from  detaching the mutatee, when the mutatee cannot be stopped.
2. Pick Bill's strrchr usage fix


  Commit: af7117d71593d6127e4de3234fdd0643b1557c2e
      https://github.com/dyninst/dyninst/commit/af7117d71593d6127e4de3234fdd0643b1557c2e
  Author: Stan Cox <scox@xxxxxxxxxx>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

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

  Log Message:
  -----------
  Handle R_X86_64_IRELATIVE relocation.

Use the resolve function as the relocation function. (issue 396)


  Commit: a3a027178c1dc935295f3b412d4f7039d11bdf9c
      https://github.com/dyninst/dyninst/commit/a3a027178c1dc935295f3b412d4f7039d11bdf9c
  Author: Stan Cox <scox@xxxxxxxxxx>
  Date:   2017-10-20 (Fri, 20 Oct 2017)

  Changed paths:
    M common/src/addrtranslate-sysv.C

  Log Message:
  -----------
  Add linux-vdso64.so.1 to the library blacklist.

Ignore linux-vdso64.so.1, which is the vdso variant on some ppc64 linux.


  Commit: 2e2579153cfd50ec650e41972d88f4c9210ff010
      https://github.com/dyninst/dyninst/commit/2e2579153cfd50ec650e41972d88f4c9210ff010
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2017-11-08 (Wed, 08 Nov 2017)

  Changed paths:
    M common/src/addrtranslate-sysv.C

  Log Message:
  -----------
  Merge pull request #414 from stanfordcox/vdso

Add linux-vdso64.so.1 to the library blacklist.


  Commit: 9b68bfdf0dcf8759112561ad71d64f86244e053d
      https://github.com/dyninst/dyninst/commit/9b68bfdf0dcf8759112561ad71d64f86244e053d
  Author: Mitali Rawat <mitalirawat24@xxxxxxxxx>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
    M symtabAPI/src/Variable.C

  Log Message:
  -----------
  fixed unix leaks in windows


  Commit: 091ffe9353a009c532bf467503c74d40ac5ee89d
      https://github.com/dyninst/dyninst/commit/091ffe9353a009c532bf467503c74d40ac5ee89d
  Author: Mitali Rawat <mitalirawat24@xxxxxxxxx>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
    M common/h/dyntypes.h

  Log Message:
  -----------
  replacing deprecated hash maps and set in msc with unordered map and set


  Commit: 73f6b7cd1e31219f0ff38e981619c6d7596f968d
      https://github.com/dyninst/dyninst/commit/73f6b7cd1e31219f0ff38e981619c6d7596f968d
  Author: mitalirawat <31329501+mitalirawat@xxxxxxxxxxxxxxxxxxxxxxxx>
  Date:   2017-11-26 (Sun, 26 Nov 2017)

  Changed paths:
    M common/h/dyntypes.h
    M symtabAPI/src/Variable.C

  Log Message:
  -----------
  Merge pull request #418 from mitalirawat/bugfixes-windows

Bugfixes windows


  Commit: 7e29c0ee1f35ac0522638a0fbb378ca6a3469dd5
      https://github.com/dyninst/dyninst/commit/7e29c0ee1f35ac0522638a0fbb378ca6a3469dd5
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

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

  Log Message:
  -----------
  Merge pull request #413 from stanfordcox/irelative

Handle R_X86_64_IRELATIVE relocation.


  Commit: 9dd225e0c5a8455fed702ab3f261b7ccd0c32500
      https://github.com/dyninst/dyninst/commit/9dd225e0c5a8455fed702ab3f261b7ccd0c32500
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M parseAPI/src/ParseData.h
    M parseAPI/src/Parser.C
    M parseAPI/src/Parser.h

  Log Message:
  -----------
  Ensure frames can't be parsed on two threads simultaneously.


  Commit: 401c6673ff0a60479bd0dceaa6c904efe91667c3
      https://github.com/dyninst/dyninst/commit/401c6673ff0a60479bd0dceaa6c904efe91667c3
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M common/h/dyntypes.h
    M common/src/addrtranslate-sysv.C
    M dyninstAPI/src/dynProcess.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Variable.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/dwarfWalker.h

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: de4c0b858cb52d7d7e3bafcefd56ecbee687ef61
      https://github.com/dyninst/dyninst/commit/de4c0b858cb52d7d7e3bafcefd56ecbee687ef61
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

  Changed paths:
    M common/h/dyntypes.h
    M common/src/addrtranslate-sysv.C
    M dyninstAPI/src/dynProcess.C
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Variable.C
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Merge branch 'master' into new-parallel-parsing

# Conflicts:
#	symtabAPI/src/dwarfWalker.C


  Commit: 6fb4f1ea3a1c124ae98b236cb15ecfe0e88e21fb
      https://github.com/dyninst/dyninst/commit/6fb4f1ea3a1c124ae98b236cb15ecfe0e88e21fb
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M symtabAPI/src/dwarfWalker.C

  Log Message:
  -----------
  Fixup


  Commit: 3a0bd012c23f2c5d52f117b3dc0d8fc8931dee12
      https://github.com/dyninst/dyninst/commit/3a0bd012c23f2c5d52f117b3dc0d8fc8931dee12
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-11-30 (Thu, 30 Nov 2017)

  Changed paths:
    M cmake/packages.cmake

  Log Message:
  -----------
  Add auto-download and build for TBB from official github repo.


Compare: https://github.com/dyninst/dyninst/compare/62ff5b2ff326...3a0bd012c23f
[← Prev in Thread] Current Thread [Next in Thread→]