mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:36:04 +00:00
print out some info on non-type symbols
svn path=/trunk/; revision=38040
This commit is contained in:
parent
0dc6254f67
commit
fc635826a5
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue