Branch: refs/heads/api_breakages
Home: https://github.com/dyninst/dyninst
Commit: 0fcd8430e4d236ceedf0ef0746d551455c690039
https://github.com/dyninst/dyninst/commit/0fcd8430e4d236ceedf0ef0746d551455c690039
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2020-09-12 (Sat, 12 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.
|