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

Enable watchpoint support for PowerPC #2577

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

dubeyabhishek
Copy link

@dubeyabhishek dubeyabhishek commented Apr 24, 2023

PowerPC supports data watchpoint through DAWR register. The invalid watchpoint modes referenced from
PowerISA Book III v3.1B, Section 5.4.4 and 10.4

src/arch/ppc64.cpp Outdated Show resolved Hide resolved
@viktormalik
Copy link
Contributor

Can you please rebase your commit instead of mergning the master?

@dubeyabhishek
Copy link
Author

Done @viktormalik

@dubeyabhishek
Copy link
Author

@danobi @viktormalik is anything pending from my side for this one?

@viktormalik
Copy link
Contributor

No, let's just wait for @danobi to approve (since he's the original author of the watchpoint support) and we can merge.

@danobi
Copy link
Member

danobi commented Apr 27, 2023

Oh, mind updating the changelog?

@dubeyabhishek
Copy link
Author

@danobi I have updated section from 9.4 to 10.4

@viktormalik
Copy link
Contributor

@danobi I have updated section from 9.4 to 10.4

Ah, no, he meant to add entry into the CHANGELOG.md file about this contribution (see the existing entries there).

PowerPC supports data watchpoint through DAWR register.
The invalid watchpoint modes referenced from
PowerISA Book III v3.1B, Section 5.4.4 and 10.4

Signed-off-by: Abhishek Dubey <adubey@linux.ibm.com>
@dubeyabhishek
Copy link
Author

Thanks @viktormalik
made the changes.

@viktormalik viktormalik merged commit 45e3e7b into bpftrace:master Apr 28, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants