Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 780d7d1246c405f51a58c8945b3dd25876d73e74
https://github.com/dyninst/dyninst/commit/780d7d1246c405f51a58c8945b3dd25876d73e74
Author: Tim Haines <thaines@xxxxxxxxxxx>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M dyninstAPI/src/BPatch_process.C
M dyninstAPI/src/dynProcess.C
M dyninstAPI/src/dynProcess.h
Log Message:
-----------
Remove PCProcess::getDeadCode
This was disabled by ab24c9bf0 in 2012. Because it was replaced with an
'assert(0)', it's safe to say no one has used it since it was disabled.
Commit: b054059fc4b51e496f76db61af077d7e0dc45c74
https://github.com/dyninst/dyninst/commit/b054059fc4b51e496f76db61af077d7e0dc45c74
Author: Tim Haines <thaines@xxxxxxxxxxx>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M dyninstAPI/src/dynProcess.C
Log Message:
-----------
Remove thread registration functions from PCProcess
These were disabled in 2015 by 0e791cce8.
Commit: ed7cba87686cd6e3bec30e68129630bfe71cb9bc
https://github.com/dyninst/dyninst/commit/ed7cba87686cd6e3bec30e68129630bfe71cb9bc
Author: Tim Haines <thaines@xxxxxxxxxxx>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M dyninstAPI/src/dynProcess.h
Log Message:
-----------
Remove unregisterTrapMapping from PCProcess
This was disabled in 2013 by fce999f48.
Compare: https://github.com/dyninst/dyninst/compare/0b9df83c99cf...ed7cba87686c
|