Skip to content

gdbstub: Implement memory write and register write #56

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

Merged
merged 1 commit into from
Sep 18, 2022
Merged

gdbstub: Implement memory write and register write #56

merged 1 commit into from
Sep 18, 2022

Conversation

RinHizakura
Copy link
Collaborator

The mini-gdbstub library supports the functionality to write register and write memory now. After this PR, rv32emu is enabled to do those commands that will try to write register and memory, e.g. the load command.

@lgtm-com
Copy link

lgtm-com bot commented Sep 17, 2022

This pull request fixes 4 alerts when merging 468a956 into e985dfb - view on LGTM.com

fixed alerts:

  • 4 for FIXME comment

Copy link
Contributor

@jserv jserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update README.md accordingly.

@jserv jserv changed the title Implement memory write and register write gdbstub: Implement memory write and register write Sep 18, 2022
@RinHizakura
Copy link
Collaborator Author

Update README.md accordingly.

The part of limitation is removed now since all of them are resolved.

The `mini-gdbstub` library supports the functionality to write register and write
memory now. After this PR, `rv32emu` is enabled to do those commands that will
try to write register and memory, e.g. the `load` command.
@jserv jserv merged commit 660f598 into sysprog21:master Sep 18, 2022
@lgtm-com
Copy link

lgtm-com bot commented Sep 18, 2022

This pull request fixes 4 alerts when merging 03b9a73 into e985dfb - view on LGTM.com

fixed alerts:

  • 4 for FIXME comment

vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
gdbstub: Implement memory write and register write
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.

2 participants