pal_loader: Disable the annoying GDB banner

Because GDB is awesome this isn't actually configurable in .gdbinit (or
at least I couldn't find any way to do this) and we need to fix it via
the commandline.
This commit is contained in:
Michał Kowalczyk
2020-04-25 02:14:31 +02:00
parent 642ef8271e
commit 19b8dee8ee
+1 -1
View File
@@ -53,7 +53,7 @@ if [ "$GDB" == "1" ]; then
fi
if [ "$GDB" != "" ] && [ "$GDB" != "0" ]; then
PREFIX=("$GDB")
PREFIX=("$GDB" -q)
if [ -n "$INSIDE_EMACS" ]; then
PREFIX+=("-i=mi")
fi