mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
fd40ebbc72
I'd like to write some `expect(1)`-style tests (possibly using http://pexpect.readthedocs.org/en/stable/) to verify that various windbg commands that I'm adding support for do actually work when consuming minidumps in real life. For the moment, this is just the beginnings of a stub as I don't know if bots even have windbg/cdb installed. R=mark@chromium.org BUG=crashpad:20, crashpad:46, crashpad:52 Review URL: https://codereview.chromium.org/1396943002 .