Home
last modified time | relevance | path

Searched refs:gGdbWorkingFileName (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DHost.c32 char *gGdbWorkingFileName = NULL; variable
131 gGdbWorkingFileName = AllocatePool (Index + strlen(".gdb") + 1); in main()
132 strcpy (gGdbWorkingFileName, *Argv); in main()
133 strcat (gGdbWorkingFileName, ".gdb"); in main()
138 GdbTempFile = fopen (gGdbWorkingFileName, "w"); in main()
1152 GdbTempFile = fopen (gGdbWorkingFileName, "a"); in GdbScriptAddImage()
1170 GdbTempFile = fopen (gGdbWorkingFileName, "w"); in GdbScriptAddImage()
1232 GdbTempFile = fopen (gGdbWorkingFileName, "a"); in GdbScriptRemoveImage()
1247 GdbTempFile = fopen (gGdbWorkingFileName, "w"); in GdbScriptRemoveImage()