Skip to content

Commit e3994a4

Browse files
committed
Switch away from using extended-remote
1 parent 9760e24 commit e3994a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function sendMonitorResetHalt(gdb: GDBBackend) {
3737
}
3838

3939
export function sendTargetSelectRemote(gdb: GDBBackend, remote: string) {
40-
const command = `-target-select extended-remote ${remote}`;
40+
const command = `-target-select remote ${remote}`;
4141
return gdb.sendCommand(command);
4242
}
4343

0 commit comments

Comments
 (0)