Hi Teemu,
Generally what you need to do is run the dump_syms tool
(src/tools/windows/dump_syms in the Breakpad tree, or
src/tools/windows/binaries/dump_syms.exe for a pre-built binary) on
each PDB file from your application. This will produce output on
stdout in Breakpad's symbol file format[1]. We don't have good
documentation for this process on Windows currently, but the Linux
documentation[2] is virtually the same process and should show you
what you need to do to dump the symbols and get them used in minidump
processing.
Regards,
-Ted
1.
http://code.google.com/p/google-breakpad/wiki/SymbolFiles
2.
http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide