InOsEmuPkg/Unix: Auto-run emulator in gdb

Signed-off-by: jljusten

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11877 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2011-06-23 15:22:49 +00:00
parent b68b78e66c
commit fe7e504faa
3 changed files with 39 additions and 2 deletions

View File

@@ -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