print out some info on non-type symbols

svn path=/trunk/; revision=38040
This commit is contained in:
Timo Kreuzer 2008-12-13 12:05:16 +00:00
parent 0dc6254f67
commit fc635826a5

View file

@ -876,6 +876,8 @@ EnumSymbolsProc(
} }
else else
{ {
printf("Symbol: %s, TypeIndex=%ld, Flags=%lx, Value=0x%llx\n",
pSymInfo->Name, pSymInfo->TypeIndex, pSymInfo->Flags, pSymInfo->Value);
//if (pSymInfo->Flags & SYMFLAG_FUNCTION) //if (pSymInfo->Flags & SYMFLAG_FUNCTION)
{ {
// DumpFunction(pSymInfo, pei); // DumpFunction(pSymInfo, pei);