Branch: refs/heads/thaines/refactor_Instruction_raw
Home: https://github.com/dyninst/dyninst
Commit: 2cca649cff30155d2d615874d83ab6675f9bb65d
https://github.com/dyninst/dyninst/commit/2cca649cff30155d2d615874d83ab6675f9bb65d
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M instructionAPI/h/Instruction.h
M instructionAPI/src/Instruction.C
M instructionAPI/src/InstructionDecoder-aarch64.C
M instructionAPI/src/InstructionDecoder-power.C
Log Message:
-----------
Replace raw_insn_T with std::vector<uint8_t>
This greatly simplifies the Instruction class without any change in
behavior.
Commit: e6733cf967395046dfbcc024405e50159ba81cf9
https://github.com/dyninst/dyninst/commit/e6733cf967395046dfbcc024405e50159ba81cf9
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M instructionAPI/h/Instruction.h
M instructionAPI/src/Instruction.C
Log Message:
-----------
Update SMFs
The special member functions (SMFs) can now just use the compiler-
generated ones.
Commit: fcffa7bc340a252df4d46e0f1cebca3d59019cde
https://github.com/dyninst/dyninst/commit/fcffa7bc340a252df4d46e0f1cebca3d59019cde
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M instructionAPI/h/Instruction.h
M instructionAPI/src/Instruction.C
Log Message:
-----------
Use class member initialization and '=default' default ctor
There's no need to manually implement one.
Compare: https://github.com/dyninst/dyninst/compare/2cca649cff30%5E...fcffa7bc340a
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|