Branch: refs/heads/api_breakages
Home: https://github.com/dyninst/dyninst
Commit: a156dc7ce2719c97e24275b24934bd7bf8950be1
https://github.com/dyninst/dyninst/commit/a156dc7ce2719c97e24275b24934bd7bf8950be1
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/h/BPatch_snippet.h
M dyninstAPI/src/BPatch_snippet.C
Log Message:
-----------
Remove deprecated BPatch_snippet::getCost* (#832)
These were deprecated by 52f3437 in 2010.
Commit: f4ba10be06eefe564bdd60764ec2a575e835f09f
https://github.com/dyninst/dyninst/commit/f4ba10be06eefe564bdd60764ec2a575e835f09f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/h/BPatch_process.h
M dyninstAPI/src/BPatch_process.C
Log Message:
-----------
Remove deprecated BPatch_process::enableDumpPatchedImage (#831)
This was deprecated by 4d83371 in 2011.
Commit: daa14362122cecfc5c89c0c31e1c995f39f94a6f
https://github.com/dyninst/dyninst/commit/daa14362122cecfc5c89c0c31e1c995f39f94a6f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/src/addressSpace.C
M dyninstAPI/src/addressSpace.h
M dyninstAPI/src/binaryEdit.C
M dyninstAPI/src/binaryEdit.h
M dyninstAPI/src/dynProcess.C
M dyninstAPI/src/dynProcess.h
Log Message:
-----------
Remove AddressSpace::getAddressWidth from public API (#797)
This was originally part of https://github.com/dyninst/dyninst/pull/317.
Commit: 23914ff695b6a018e2f5d7affd18a07cb17e6c47
https://github.com/dyninst/dyninst/commit/23914ff695b6a018e2f5d7affd18a07cb17e6c47
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/src/addressSpace.C
M dyninstAPI/src/addressSpace.h
M dyninstAPI/src/binaryEdit.C
M dyninstAPI/src/binaryEdit.h
M patchAPI/h/Command.h
Log Message:
-----------
Fix memory leak of AddressSpace::patcher_ (#795)
This was originally part of https://github.com/dyninst/dyninst/pull/317.
This is an API-breaking change since AddressSpace is exported through
the BPatch interface.
Commit: 0088881ae322293678071c8576bdc1036be48f6f
https://github.com/dyninst/dyninst/commit/0088881ae322293678071c8576bdc1036be48f6f
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/src/codegen-aarch64.C
M dyninstAPI/src/codegen-power.C
M dyninstAPI/src/codegen-x86.C
Log Message:
-----------
Remove deprecated insnCodeGen::generate (#836)
dyninstAPI/src/codegen-power.C: Removed by 5274e3b in 2011.
dyninstAPI/src/codegen-aarch64.C: Removed by 0cbe684 in 2015.
dyninstAPI/src/codegen-x86.C: git can't figure out when this was removed.
Commit: 90539d8f8f4bd529eed4e461f0e14b64262a052a
https://github.com/dyninst/dyninst/commit/90539d8f8f4bd529eed4e461f0e14b64262a052a
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/h/BPatch_addressSpace.h
M dyninstAPI/src/BPatch_addressSpace.C
M dyninstAPI/src/BPatch_frame.C
Log Message:
-----------
Remove BPatch_addressSpace::findFunctionByAddr (#837)
This was deprecated by 7f20129 in 2010. Users should instead use either
BPatch_addressSpace::findFunctionByEntry or
BPatch_addressSpace::findFunctionsByAddr.
Commit: bc2a347df697dc09daf2ccb041225671c7ab31ba
https://github.com/dyninst/dyninst/commit/bc2a347df697dc09daf2ccb041225671c7ab31ba
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M dyninstAPI/h/BPatch_snippet.h
M dyninstAPI/src/BPatch_snippet.C
Log Message:
-----------
Remove deprecated BPatch_regExpr (#838)
This was deprecated by 4d15de8 in 2008.
Commit: f54c640f90c5a4e639e1ffd5a336f9532d9dd236
https://github.com/dyninst/dyninst/commit/f54c640f90c5a4e639e1ffd5a336f9532d9dd236
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M common/h/Annotatable.h
R common/h/Serialization.h
M common/src/Annotatable.C
R common/src/serialize-bin.C
R common/src/serialize-xml.C
R common/src/serialize.h
M patchAPI/test/findPoint/Makefile
M symtabAPI/h/Aggregate.h
M symtabAPI/h/Collections.h
M symtabAPI/h/Function.h
M symtabAPI/h/LineInformation.h
M symtabAPI/h/Module.h
M symtabAPI/h/Region.h
M symtabAPI/h/Symbol.h
M symtabAPI/h/Symtab.h
M symtabAPI/h/Type.h
M symtabAPI/h/Variable.h
M symtabAPI/src/Aggregate.C
M symtabAPI/src/Collections.C
M symtabAPI/src/LineInformation.C
M symtabAPI/src/Module.C
M symtabAPI/src/Object.C
M symtabAPI/src/Region.C
M symtabAPI/src/Symbol.C
M symtabAPI/src/Symtab-deprecated.C
M symtabAPI/src/Symtab-edit.C
M symtabAPI/src/Symtab-lookup.C
M symtabAPI/src/Symtab.C
M symtabAPI/src/Type.C
M symtabAPI/src/Variable.C
M symtabAPI/src/annotations.C
M symtabAPI/src/annotations.h
M symtabAPI/src/relocationEntry-elf-aarch64.C
M symtabAPI/src/relocationEntry-elf-ppc32.C
M symtabAPI/src/relocationEntry-elf-ppc64.C
M symtabAPI/src/relocationEntry-elf-x86.C
Log Message:
-----------
Remove serialization (#805)
* Remove all code guarded by SERIALIZATION_DISABLED
* Remove code protected by cap_serialization
* Remove serialize-bin
* Remove serialization classes and their uses
* Simplify Symtab::getObject
Because serialization doesn't exist, their is only one codepath here
now.
Compare: https://github.com/dyninst/dyninst/compare/f2ed66534bde...f54c640f90c5
|