Branch: refs/heads/thaines/remove_InstructionDecoderx86_decode
Home: https://github.com/dyninst/dyninst
Commit: c1a36d23c61965f05ec0fc997954766ad1964a0e
https://github.com/dyninst/dyninst/commit/c1a36d23c61965f05ec0fc997954766ad1964a0e
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-11-21 (Thu, 21 Nov 2024)
Changed paths:
M instructionAPI/src/InstructionDecoder-x86.C
M instructionAPI/src/InstructionDecoderImpl.C
Log Message:
-----------
Move InstructionDecoderImpl::decode into InstructionDecoder_x86
The x86 decoder is the only one that uses this, so moving it out makes
the decoders more uniform.
Commit: 38b68ff6044cb44a95897feae30207caae78e4f7
https://github.com/dyninst/dyninst/commit/38b68ff6044cb44a95897feae30207caae78e4f7
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-11-21 (Thu, 21 Nov 2024)
Changed paths:
M instructionAPI/src/InstructionDecoderImpl.h
Log Message:
-----------
Make InstructionDecoderImpl::decode part of the required interface
This enforces the policy that each decoder implements its own `decode`.
Compare: https://github.com/dyninst/dyninst/compare/f3d4c28f7b25...38b68ff6044c
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|