Skip to content

Add support for address being either an address or a variable. #4

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

acotty
Copy link

@acotty acotty commented Apr 5, 2022

DO not merge this without fixing the UpdatePanel() function so it works with the existing GDB plugin.

This works with the GDB/MI plugin as the low level GDB command used to get the memory returns a string, which is what I have modified the UpdatePanel() to use, but the existing GDB plugin uses an array of hex bytes.

@acotty
Copy link
Author

acotty commented Apr 8, 2022

The changes today for this PR allow it to work with the existing GDB annotations plugin once the https://sourceforge.net/p/codeblocks/tickets/1250/ changes are merged.

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.

1 participant