X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmulatorPkg%2Fbuild.sh;h=558b65e88b403ef56fa1f4d1110d5ac4c0291cd2;hb=8349b8683640cc73522e5728d6f9ea2a45487be8;hp=89fd26baca05773f6165b1f76ca27bde13550376;hpb=e3ba31da1cd1c4ab924f7f9787247cb6679bcffe;p=mirror_edk2.git diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh index 89fd26baca..558b65e88b 100755 --- a/EmulatorPkg/build.sh +++ b/EmulatorPkg/build.sh @@ -227,7 +227,7 @@ if [[ "$RUN_EMULATOR" == "yes" ]]; then ;; esac - /usr/bin/gdb $BUILD_ROOT_ARCH/Host -q -cd=$BUILD_ROOT_ARCH -x $WORKSPACE/EmulatorPkg/Unix/GdbRun + /usr/bin/gdb $BUILD_ROOT_ARCH/Host -q -cd=$BUILD_ROOT_ARCH -x $WORKSPACE/EmulatorPkg/Unix/GdbRun.sh exit fi