]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Unix/GdbRun
Separate NT32 build directory, so that we can build IA32 and X64 image at same time.
[mirror_edk2.git] / EmulatorPkg / Unix / GdbRun
index 428e6556317d79e1e318089a0e0f01b851a37b2e..b2d6dccccb7c1210f83c1803541a1b5fcdccbec3 100644 (file)
@@ -28,7 +28,7 @@ define hook-stop
   if $_exitcode != 42
     quit
   else
-    source SecMain.gdb
+    source Host.gdb
   end
 end
 
@@ -68,9 +68,9 @@ define RemoveFirmwareSymbolFile
 end
 
 if gInXcode == 1
-  # in Xcode the program is already runing. Issuing a run command 
+  # in Xcode the program is already runing. Issuing a run command
   # will cause a fatal debugger error. The break point sciprt that
-  # is used to source this script sets gInCode to 1. 
+  # is used to source this script sets gInCode to 1.
 else
   #
   # Start the program running