Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

GDB RSP behaviour #30

Open
mingxguo27 opened this issue Oct 5, 2020 · 0 comments
Open

GDB RSP behaviour #30

mingxguo27 opened this issue Oct 5, 2020 · 0 comments
Assignees
Labels
bug Something isn't working tracking List of things to do

Comments

@mingxguo27
Copy link
Contributor

There are currently two issues with the remote connection:

  1. The connection is slower than expected. Sometimes a command requires a few resends (currently each receive has one second of timeout window) to get acknowledged.
  2. Command "g" (read general registers) gets unexpected respond. It should receive 17 (number of registers) * 4 (register length) hex bytes but sometimes gets longer response (with correct checksum).
@mingxguo27 mingxguo27 added bug Something isn't working tracking List of things to do labels Oct 5, 2020
@mingxguo27 mingxguo27 self-assigned this Oct 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working tracking List of things to do
Projects
None yet
Development

No branches or pull requests

1 participant