Bug 1367852 - Fix symbol dumping for gtest xul.dll draft
authorChris Manchester <cmanchester@mozilla.com>
Tue, 30 May 2017 12:11:32 -0700
changeset 586562 dd26eaf46e21bd663c3c03a294627d9d9d7cc83d
parent 586561 69f88ad323613e8037964ffa41547cefe37754e0
child 631038 b129fa6885a54eee3b04be5969402d784be57688
push id61460
push usercmanchester@mozilla.com
push dateTue, 30 May 2017 19:11:51 +0000
bugs1367852
milestone55.0a1
Bug 1367852 - Fix symbol dumping for gtest xul.dll A pdb file name that differs from a dll file name prevents us from dumping symbols for the gtest xul on Windows. This name differed to accommodate fix_stack_using_bpsyms.py failing in the presence of two xul.sym files, which has since been fixed. MozReview-Commit-ID: I5pA5HjMeRe
toolkit/library/gtest/Makefile.in
--- a/toolkit/library/gtest/Makefile.in
+++ b/toolkit/library/gtest/Makefile.in
@@ -24,11 +24,9 @@ else
 include $(topsrcdir)/toolkit/library/libxul.mk
 
 include $(topsrcdir)/config/config.mk
 
 # Wrap linker to print linking status periodically to prevent the linking
 # process from getting killed
 EXPAND_LIBS_EXEC := $(PYTHON) $(topsrcdir)/config/link.py
 
-LINK_PDBFILE = xul-gtest.pdb
-
 endif