We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9760e24 commit e3994a4Copy full SHA for e3994a4
src/mi.ts
@@ -37,7 +37,7 @@ export function sendMonitorResetHalt(gdb: GDBBackend) {
37
}
38
39
export function sendTargetSelectRemote(gdb: GDBBackend, remote: string) {
40
- const command = `-target-select extended-remote ${remote}`;
+ const command = `-target-select remote ${remote}`;
41
return gdb.sendCommand(command);
42
43
0 commit comments