mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 12:04:19 +08:00
print out some info on non-type symbols
svn path=/trunk/; revision=38040
This commit is contained in:
@@ -876,6 +876,8 @@ EnumSymbolsProc(
|
||||
}
|
||||
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)
|
||||
{
|
||||
// DumpFunction(pSymInfo, pei);
|
||||
|
||||
Reference in New Issue
Block a user