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

GDB RSP behaviour #30

@mingxguo27

Description

@mingxguo27

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).

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtrackingList of things to do

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions