]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/build64.sh
InOsEmuPkg/Unix: Auto-run emulator in gdb
[mirror_edk2.git] / InOsEmuPkg / Unix / build64.sh
index fe22bdf4adaf744887a89639b8e7786f737ac014..1974e090cd1ad7759f907de85de20d514d2c18b3 100755 (executable)
@@ -98,7 +98,7 @@ do
         ;;
     esac
 
-    /usr/bin/gdb $BUILD_ROOT_ARCH/SecMain -q -cd=$BUILD_ROOT_ARCH
+    /usr/bin/gdb $BUILD_ROOT_ARCH/SecMain -q -cd=$BUILD_ROOT_ARCH -x $WORKSPACE/InOsEmuPkg/Unix/GdbRun
     exit
   fi