aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/run_gdb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_gdb.sh')
-rwxr-xr-xscripts/run_gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_gdb.sh b/scripts/run_gdb.sh
index 1683c60..1506b17 100755
--- a/scripts/run_gdb.sh
+++ b/scripts/run_gdb.sh
@@ -103,7 +103,7 @@ fi
if [[ ! -z "${FIRST_RUN}" || ! -f debug.log ]]; then
touch debug.log
# If it is a first run, we need to create 'debug.log' file for addresses
- TARGET_EFI="Build/${PACKAGE}/DEBUG_GCC5/X64/${TARGET}.efi"
+ TARGET_EFI="Build/${PACKAGE}/RELEASE_GCC5/X64/${TARGET}.efi"
test_file "${TARGET_EFI}"
cp ${TARGET_EFI} ${QEMU_SHARED_FOLDER}
tmux new-session \; \