Ending an OpenOCD process at the end of debugging #27
Unanswered
DavenportEmma
asked this question in
Q&A
Replies: 2 comments
-
@jonahgraham Probably you are the best person to answer this question? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @conordavenport for raising this. This looks like a shortcoming of cdt-gdb-adapter, I have made an issue from this discussion in eclipse-cdt-cloud/cdt-gdb-adapter#253 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Theia Blueprint with the cdt-gdb-vscode extension to debug an application on the Polarfire SoC. The debug configuration can be seen below. An OpenOCD instance is started and gdb connects to it. I am able to step through code and debug as expected, however when ending the debug session the instance of OpenOCD stays active and needs to be killed manually. Is there any way to configure the debug session to kill the OpenOCD process when the deubg session ends? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions