X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmulatorPkg%2FUnix%2FGdbRun;h=b2d6dccccb7c1210f83c1803541a1b5fcdccbec3;hb=6c5c70d68d868a69d33bb3f7f6e7c673b664c199;hp=14a398d62abe668e31f64859a8975e1860479af2;hpb=d18d8a1d0e370f8ce6ccc2725f4170586d457e53;p=mirror_edk2.git diff --git a/EmulatorPkg/Unix/GdbRun b/EmulatorPkg/Unix/GdbRun index 14a398d62a..b2d6dccccb 100644 --- a/EmulatorPkg/Unix/GdbRun +++ b/EmulatorPkg/Unix/GdbRun @@ -28,7 +28,7 @@ define hook-stop if $_exitcode != 42 quit else - source SecMain.gdb + source Host.gdb end end