Add udk gdb script

This commit is contained in:
Jeremy Soller
2019-06-06 14:47:24 -06:00
parent c716f0802c
commit 6a0e76d5d6
3 changed files with 13 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ then
fi
UEFIPAYLOAD="$(realpath "$1")"
BUILD_TYPE=RELEASE
BUILD_TYPE=DEBUG
TOOLCHAIN=GCC5
pushd edk2 >/dev/null