Commit bc0cad0
committed
Do not generated new TCP port when rebooting nSIM GDB
GDB testsuite has an unfortunate trait - it reboots target after recording
TCP port involved. As a result if we would try to generate new port number
after reboot, test would fail, as it would use old TCP port number.
Signed-off-by: Anton Kolesov <[email protected]>1 parent 189454b commit bc0cad0
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
0 commit comments