need a way to get to cdb.exe in isolated script test |
|||
Issue descriptionI'd like to get to cdb.exe to symbolize crash dumps. It's part of the win_sdk that depot_tools maintains. cc'ing tansell and dpranke as layout tests also need it, so I guess they might already have a way to get to it?
,
Feb 10 2017
,
Feb 15 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/6c29ace559b19a2071f4402cd201d162abd1b7ac commit 6c29ace559b19a2071f4402cd201d162abd1b7ac Author: jochen <jochen@chromium.org> Date: Wed Feb 15 22:45:26 2017 Copy cdb.exe to build_root_dir so it's available to isolated tests BUG= 690344 R=dpranke@chromium.org,scottmg@chromium.org Review-Url: https://codereview.chromium.org/2684033010 Cr-Commit-Position: refs/heads/master@{#450820} [modify] https://crrev.com/6c29ace559b19a2071f4402cd201d162abd1b7ac/build/vs_toolchain.py
,
Mar 6 2017
,
Mar 7 2017
This will probably break some non-Google developers. I didn't have the Debuggers portion of the Windows 10 SDK installed so when I switched to DEPOT_TOOLS_WIN_TOOLCHAIN=0 my build failed because it couldn't find cdb.exe. The fix was easy - I ran the Windows 10 SDK installer and made sure to check the Debuggers box this time. I checked the setup instructions at https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md and they do mention this so there is nothing to do, just thought I'd mention it.
,
Mar 8 2017
thanks for the heads-up, I added a sentence that says that cdb is required for building |
|||
►
Sign in to add a comment |
|||
Comment 1 by dpranke@chromium.org
, Feb 9 2017Components: -Infra Build
Status: Available (was: Untriaged)