GdbMiSession.targetSelectRemote

MiPendingCommand targetSelectRemote(string address) @trusted

Connects to a remote target.

Parameters

addressTarget address (e.g. "localhost:1234", "/dev/ttyS0").

Returns

A pending command for -target-select remote.

Example:

session.targetSelectRemote("localhost:1234");