dumpbin and pdb file

Y

Yuning Feng

I am getting the following messages while using dumpbin:

Dump of file kernel32.dll

File Type: DLL
PDB file 'D:\8j7\sym\kernel32.pdb' checked. (23)
PDB file 'D:\8j7\sym\kernel32.pdb' checked. (23)
PDB file 'D:\8j7\sym\symbols\dll\kernel32.pdb' checked. (
23)
PDB file 'D:\8j7\sym\dll\kernel32.pdb' checked. (23)
PDB file 'D:\8j7\sym\kernel32.pdb' checked. (23)
PDB file 'C:\WINDOWS\symbols\dll\kernel32.pdb' checked. (23)
PDB file 'C:\WINDOWS\dll\kernel32.pdb' checked. (23)
PDB file 'C:\WINDOWS\kernel32.pdb' checked. (23)

Do above messages mean searching for the pdb file failed?
I use "symchk" to get pdb of kernel32.dll and have put it at "D:\8j7\sym\".
A copy of kernel32.dll is also at this directory.

The command line is:
dumpbin.exe /pdbpath:verbose kernel32.dll

Thanks for your information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top