-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add last_executed_pc property to abstract CPU (#2475)
Helpful for knowing the exact last executed instruction address. * Fix some types * Set last_executed_pc to insn.address when disagreement on PC and insn This should be correct since some hook has intercepted the events for the instruction and "executed" it for us. * Simplify instruction publish event call * Add more documentation for last executed pc/instruction
- Loading branch information
Showing
2 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters