]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Unix/GdbRun
MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.
[mirror_edk2.git] / EmulatorPkg / Unix / GdbRun
index 14a398d62abe668e31f64859a8975e1860479af2..b2d6dccccb7c1210f83c1803541a1b5fcdccbec3 100644 (file)
@@ -28,7 +28,7 @@ define hook-stop
   if $_exitcode != 42
     quit
   else
-    source SecMain.gdb
+    source Host.gdb
   end
 end