]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/build.sh
InOsEmuPkg/Unix: Auto-run emulator in gdb
[mirror_edk2.git] / InOsEmuPkg / Unix / build.sh
index 24440de48e82faabd84a22055a3f282358c1d6fb..fc214788d468ae91bd1b1b7608a41ea640f5cfc5 100755 (executable)
@@ -95,7 +95,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