-
Notifications
You must be signed in to change notification settings - Fork 241
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
"Remote replied unexpectedly to 'vMustReplyEmpty'" with OpenOCD #1054
Comments
What is going on in the terminal tab where you see the gdb-server output appears? We only sent 11 commands to gdb before failure. You can see how OpenOCD and GDB are launched and you can launch them the same way and send the same gdb commands and see what happens It appears gdb is not happy with what openocd is sending. We don't talk to openocd at all. Maybe a very old/incomplete version of openocd?
|
This is the gdb-server terminal:
Some googling indicates that it could be caused by sending commands to quickly, or something timing-related like that. |
OpenOCD is the latest version, and it appears to work when sending the commands manually. |
I am debugging a Marvell mw320 target with OpenOCD. The debugger startup fails with:
To Reproduce
Start a debug session with the target connected.
After starting OpenOCD and connecting to the remote debugger, this error is produced on the debug console, and it does not connect to the remote.
Expected behavior
It should connect to remote and allow me to debug the program.
Environment (please complete the following information):
Please include
launch.json
Attach text from
Debug Console
Additional context
When starting OpenOCD and gdb outside of VS.Code on the command line, I am able to connect to the target.
The text was updated successfully, but these errors were encountered: