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:
parent
be9f577c21
commit
61c5c2382b
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ do_debugserver() {
|
|||
-port ${GDB_PORT} \
|
||||
-if ${JLINK_IF} \
|
||||
-device ${JLINK_DEVICE} \
|
||||
-silent \
|
||||
-singlerun
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue