openrisc / or1ksim

The OpenRISC 1000 architectural simulator
GNU General Public License v3.0
69 stars 43 forks source link

rsp-server: Handle vMustReplyEmpty packets #20

Closed smaeul closed 2 years ago

smaeul commented 2 years ago

GDB sends vMustReplyEmpty as a feature test to detect old/broken GDB server behavior. The correct reply is an empty response, which is what we already send, but we warn about it. Since we should expect to receive this packet, silence the warning, and add a comment to ensure we maintain the expected behavior.

Signed-off-by: Samuel Holland samuel@sholland.org