mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-04 21:01:40 +00:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user