Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 48593c3ff35e022cd621b812063fbbf04fe25532
https://github.com/dyninst/dyninst/commit/48593c3ff35e022cd621b812063fbbf04fe25532
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M dataflowAPI/src/liveness.C
M dyninstAPI/src/Relocation/Transformers/Movement-analysis.C
M dyninstAPI/src/Relocation/Transformers/Movement-analysis.h
M instructionAPI/CMakeLists.txt
A instructionAPI/h/syscalls.h
A instructionAPI/src/syscalls.C
M parseAPI/src/IA_IAPI.C
M parseAPI/src/IA_IAPI.h
M parseAPI/src/IA_aarch64.C
M parseAPI/src/IA_aarch64.h
M parseAPI/src/IA_amdgpu.C
M parseAPI/src/IA_amdgpu.h
M parseAPI/src/IA_power.C
M parseAPI/src/IA_power.h
M parseAPI/src/IA_x86.C
M parseAPI/src/IA_x86.h
M parseAPI/src/Parser.C
Log Message:
-----------
Unify system call detection (#1692)
* Move isSyscall to instructionAPI
* Use InstructionAPI::isSystemCall in LivenessAnalyzer::calcRWSets
* Use InstructionAPI::isSystemCall in PCSensitiveTransformer::process
* Use InstructionAPI::isSystemCall in Parse::parse_frame_one_iteration
* Use InstructionAPI::isSystemCall in IA_IAPI::getNewEdges
* Remove IA_IAPI::isSyscall
It is replaced by InstructionAPI::isSystemCall.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|