commit | ff7a981affbbc4f19f6f92143a3ddff90a1363fe | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 06 14:15:50 2011 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Sep 09 10:46:58 2011 +0300 |
tree | 038a82fa76650daf4186d88c6eb5169f6c370505 | |
parent | 97cc75606aef406e90a243cdb25347039003e7f0 [diff] |
linux-user: Exit with an error if we couldn't set up gdbserver If gdbserver_start() fails (usually because we couldn't bind to the requested TCP port) then exit qemu rather than blithely continuing. This brings the linux-user behaviour in to line with system mode. Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>