chop;
if (/^Processing PE file/)
	{
	s/^.*\\//;
	print "add-symbol-file $_";
	};
if (/^Code start addr/)
	{
	s/Code start addr:\s+//;
	print " 0x$_\n";
	};
