GDB monitor: stability improvements

Fixes #1969
This commit is contained in:
Christian Prochaska
2016-05-17 16:13:23 +02:00
committed by Christian Helmuth
parent 2cde1d36c1
commit 5842b2065e
61 changed files with 3064 additions and 2360 deletions

View File

@@ -256,7 +256,7 @@ via 'make run/gdb_monitor_interactive'. It will execute the scenario on Qemu and
use the UART to communicate with GDB. Qemu is instructed to redirect the second
serial interface to a local socket (using the port 5555):
! -serial chardev:uart
! -chardev socket,id=uart,port=5555,host=localhost,server,nowait
! -chardev socket,id=uart,port=5555,host=localhost,server,nowait,ipv4
The used TCP port is then specified to the GDB as remote target:
! target remote localhost:5555