Skip to content

Commit

Permalink
Switch away from using extended-remote
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko committed Dec 20, 2019
1 parent 9760e24 commit e3994a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function sendMonitorResetHalt(gdb: GDBBackend) {
}

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

Expand Down

0 comments on commit e3994a4

Please sign in to comment.