DescriptionThis fixes issue 370. PDBSourceLineWriter::GetModuleInfo is using get_platform to try to determine the target CPU, but it's doing it wrong (as explained in that issue). We should be using get_machineType, but I had to figure out what the heck that method was doing, because the docs are wrong. This patch fixes it to work properly. Also, we should probably add some unit tests for the Win32 dumper. Patch Set 1 #
MessagesTotal messages: 2
|