Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add several APIs #19

Merged
merged 9 commits into from
Aug 25, 2023
Merged

Add several APIs #19

merged 9 commits into from
Aug 25, 2023

Conversation

patacca
Copy link
Collaborator

@patacca patacca commented Aug 21, 2023

List of introduces APIs:

  • Program.read_bytes, reads memory from virtual address
  • utils.find_reg_access, finds the first instruction accessing a target register

Executable.read_byte has been deprecated in favor of Executable.read_bytes

@patacca patacca added the enhancement New feature or request label Aug 21, 2023
@patacca patacca requested a review from RobinDavid August 21, 2023 14:10
bindings/python/quokka/program.py Outdated Show resolved Hide resolved
bindings/python/quokka/program.py Show resolved Hide resolved
bindings/python/quokka/utils.py Outdated Show resolved Hide resolved
bindings/python/quokka/utils.py Outdated Show resolved Hide resolved
@patacca patacca requested a review from RobinDavid August 22, 2023 08:53
@RobinDavid RobinDavid merged commit 52aade5 into main Aug 25, 2023
@patacca patacca deleted the add_api branch August 29, 2023 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants