Index: chrome/tools/build/win/syzygy_instrument.py |
diff --git a/chrome/tools/build/win/syzygy_instrument.py b/chrome/tools/build/win/syzygy_instrument.py |
index 04f573eefa35911df0aed7d5aee864947df1a418..2454da7d8f6a2c44b13c52ba990db078e070a25a 100755 |
--- a/chrome/tools/build/win/syzygy_instrument.py |
+++ b/chrome/tools/build/win/syzygy_instrument.py |
@@ -70,6 +70,7 @@ def _InstrumentBinary(syzygy_dir, mode, executable, symbol, dst_dir, |
cmd = [os.path.abspath(os.path.join(syzygy_dir, _INSTRUMENT_EXE)), |
'--overwrite', |
'--mode=%s' % mode, |
+ '--debug-friendly', |
'--input-image=%s' % executable, |
'--input-pdb=%s' % symbol, |
'--output-image=%s' % os.path.abspath( |