scripts: Run JLinkGDBServer in silent mode

The JLinkGDBServer was printing log messages that messed with debugging
in -tui mode. Run it in silent mode instead.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2017-08-11 08:33:43 -05:00 committed by Anas Nashif
commit 61c5c2382b

View file

@ -51,6 +51,7 @@ do_debugserver() {
-port ${GDB_PORT} \
-if ${JLINK_IF} \
-device ${JLINK_DEVICE} \
-silent \
-singlerun
}