Non-Confidential | ![]() | 100964_1142_00_en | ||
| ||||
Home > Plug-ins for Fast Models > GDBRemoteConnection > GDBRemoteConnection parameters |
This section describes the parameters for the GDBRemoteConnection
plug-in.
Each parameter is prefixed with REMOTE_CONNECTION.GDBRemoteConnection
, for example:
REMOTE_CONNECTION.GDBRemoteConnection.memory_access_size
Table 5-7 GDBRemoteConnection parameters
Name | Type | Default value | Allowed values | Runtime | Description |
---|---|---|---|---|---|
core_selection |
int |
0 | 0-128 | false |
The core to drive with GDB. |
listen_address |
string |
"0.0.0.0" | - | false |
Network address the server should listen on. |
memory_access_size |
int |
1 | 1-8 | false |
The access size for memory reads/writes in bytes. |
port |
int |
31627 | 1-65535 | false |
TCP port the server should listen on. |
shutdown_on_disconnect |
bool |
false |
true , false |
false |
Shutdown the model when the client disconnects. |