|
From: <yz...@us...> - 2013-08-14 04:53:19
|
Revision: 2598
http://sourceforge.net/p/edk2-buildtools/code/2598
Author: yzhen22
Date: 2013-08-14 04:53:15 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
Add Module Name string in AutoGen.c code for Debug purpose.
Signed-off-by: Yuxin Zheng <yux...@in...>
Reviewed-by: Liming Gao <lim...@in...>
Modified Paths:
--------------
trunk/BaseTools/Source/Python/AutoGen/GenC.py
Modified: trunk/BaseTools/Source/Python/AutoGen/GenC.py
===================================================================
--- trunk/BaseTools/Source/Python/AutoGen/GenC.py 2013-08-14 01:54:51 UTC (rev 2597)
+++ trunk/BaseTools/Source/Python/AutoGen/GenC.py 2013-08-14 04:53:15 UTC (rev 2598)
@@ -2066,6 +2066,7 @@
# Publish the CallerId Guid
#
AutoGenC.Append('\nGLOBAL_REMOVE_IF_UNREFERENCED GUID gEfiCallerIdGuid = %s;\n' % GuidStringToGuidStructureString(Info.Guid))
+ AutoGenC.Append('\nGLOBAL_REMOVE_IF_UNREFERENCED CHAR8 *gEfiCallerBaseName = "%s";\n' % Info.Name)
## Create common code for header file
#
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|