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

Adding memory breakpoint via command line does not work #22

Open
mrexodia opened this issue Nov 28, 2017 · 1 comment
Open

Adding memory breakpoint via command line does not work #22

mrexodia opened this issue Nov 28, 2017 · 1 comment

Comments

@mrexodia
Copy link
Member

This snippet code, used in pykd.py, doesn't seem to do anything.

bpsingleton = breakpoints.Breakpoint()
bpsingleton.add(addr, None, bp_type=bpsingleton.BP_MEMORY, hw_type=bpsingleton.HW_EXECUTE)
@mrexodia
Copy link
Member Author

@wangray I never used the python breakpoint api, but there are problems with memory breakpoints overall. Perhaps issue #19 is relevant?

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

No branches or pull requests

1 participant