[DynInst_API:] [dyninst/dyninst] 3e726e: Refactor BPatch_type so it always has a reference ...


Date: Wed, 29 Mar 2017 12:00:20 -0700
From: Bill Williams <wwilliam47@xxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 3e726e: Refactor BPatch_type so it always has a reference ...
  Branch: refs/heads/wrwilliams/exception_fixes
  Home:   https://github.com/dyninst/dyninst
  Commit: 3e726e82f3a4aa0ba4ad05d64838c285ceba4f7b
      https://github.com/dyninst/dyninst/commit/3e726e82f3a4aa0ba4ad05d64838c285ceba4f7b
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M dyninstAPI/h/BPatch_type.h
    M dyninstAPI/src/BPatch_type.C

  Log Message:
  -----------
  Refactor BPatch_type so it always has a reference to its underlying symtab type.


  Commit: 823ff23fcca5b84f3b05d24f24f4e0f7ca8647f1
      https://github.com/dyninst/dyninst/commit/823ff23fcca5b84f3b05d24f24f4e0f7ca8647f1
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Add cache entry for boost to appveyor config


  Commit: 19b90bcef22ac76dda81600b0e2babe4638b5cc4
      https://github.com/dyninst/dyninst/commit/19b90bcef22ac76dda81600b0e2babe4638b5cc4
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M cmake/DyninstConfig.cmake.in
    M cmake/packages.cmake

  Log Message:
  -----------
  CMake fixup: export C++ ABI settings for test suite to grab, and get boost from zipfile for better portability


  Commit: ae6b4ec022c6e7a039348913127f98e0752391a6
      https://github.com/dyninst/dyninst/commit/ae6b4ec022c6e7a039348913127f98e0752391a6
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M cmake/DyninstConfig.cmake.in
    M cmake/packages.cmake

  Log Message:
  -----------
  Merge pull request #349 from dyninst/wrwilliams/cmake_fixup

CMake fixup


  Commit: c6de82333ce99ad71f4ec500195ab5f815c49a78
      https://github.com/dyninst/dyninst/commit/c6de82333ce99ad71f4ec500195ab5f815c49a78
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-03-23 (Thu, 23 Mar 2017)

  Changed paths:
    M dyninstAPI/src/binaryEdit.h

  Log Message:
  -----------
  Fix for handling regions that have no disk backing


  Commit: 85927e97f104f3066ceea4ae605c04378b890b51
      https://github.com/dyninst/dyninst/commit/85927e97f104f3066ceea4ae605c04378b890b51
  Author: Bill Williams <bill@xxxxxxxxxxx>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M dyninstAPI/src/Parsing.C
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/pcEventMuxer.C
    M symtabAPI/h/Function.h
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/emitElf.C
    M symtabAPI/src/emitElf.h

  Log Message:
  -----------
  Assorted bug fixes; binary rewriting now tests clean locally again.


  Commit: 561e1d915f2a173ec58a57cb3e4f116af51f7e1d
      https://github.com/dyninst/dyninst/commit/561e1d915f2a173ec58a57cb3e4f116af51f7e1d
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M dyninstAPI/h/BPatch_type.h
    M dyninstAPI/src/BPatch_type.C
    M dyninstAPI/src/Parsing.C
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M dyninstAPI/src/binaryEdit.h
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/pcEventMuxer.C
    M symtabAPI/h/Function.h
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/emitElf.C
    M symtabAPI/src/emitElf.h

  Log Message:
  -----------
  Merge pull request #346 from dyninst/wrwilliams/owns_typ_fix

Refactor BPatch_type so it always has a reference to its underlying symtab type.


  Commit: 8c69b0eb1ce2ebd9ff0132478d1a7d0be4c0cca7
      https://github.com/dyninst/dyninst/commit/8c69b0eb1ce2ebd9ff0132478d1a7d0be4c0cca7
  Author: Bill Williams <wwilliam47@xxxxxxxxx>
  Date:   2017-03-29 (Wed, 29 Mar 2017)

  Changed paths:
    M appveyor.yml
    M cmake/DyninstConfig.cmake.in
    M cmake/packages.cmake
    M dyninstAPI/h/BPatch_type.h
    M dyninstAPI/src/BPatch_type.C
    M dyninstAPI/src/Parsing.C
    M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
    M dyninstAPI/src/binaryEdit.h
    M dyninstAPI/src/dynProcess.C
    M dyninstAPI/src/pcEventMuxer.C
    M symtabAPI/h/Function.h
    M symtabAPI/h/Symtab.h
    M symtabAPI/src/Object-elf.C
    M symtabAPI/src/Object-elf.h
    M symtabAPI/src/Object-nt.C
    M symtabAPI/src/Object-nt.h
    M symtabAPI/src/Symtab.C
    M symtabAPI/src/dwarfWalker.C
    M symtabAPI/src/emitElf.C
    M symtabAPI/src/emitElf.h

  Log Message:
  -----------
  Merge branch 'v9.3.x' into wrwilliams/exception_fixes


Compare: https://github.com/dyninst/dyninst/compare/e668cd278191...8c69b0eb1ce2
[← Prev in Thread] Current Thread [Next in Thread→]