Fix the termination of "process connect" (and "gdb-remote") to kill
the process rather than attempting to disconnect the platform.
The latter only results in an error since we did not use "platform
connect", and apparently process-level connections (at least via
gdb-remote) do not really support disconnecting.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yeah, I'm not sure how this came to be. Disconnecting the platform makes no sense here, as it was never connected.