Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Issue 959483002: Adding source code to RetrieveSymbols for PE/PDB retrieval. (Closed)

Created:
5 years, 10 months ago by brucedawson
Modified:
5 years, 10 months ago
Reviewers:
zturner
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding source code to RetrieveSymbols for PE/PDB retrieval. This tool is helpful when diagnosing symbol server problems. It is not part of the Chromium build. Load the solution file into Visual Studio 2013 to build this tool. See ReadMe.txt for details, or this blog post: https://randomascii.wordpress.com/2013/03/09/symbols-the-microsoft-way/ Committed: https://crrev.com/4e27d61611ddfeb38ee5be1d8bf25743d8bd662e Cr-Commit-Position: refs/heads/master@{#317951}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fix an inconsistency and a TESTING build failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -0 lines) Patch
A tools/win/RetrieveSymbols/.gitignore View 1 chunk +3 lines, -0 lines 0 comments Download
A tools/win/RetrieveSymbols/ReadMe.txt View 1 chunk +37 lines, -0 lines 0 comments Download
A tools/win/RetrieveSymbols/RetrieveSymbols.cpp View 1 1 chunk +162 lines, -0 lines 0 comments Download
A tools/win/RetrieveSymbols/RetrieveSymbols.sln View 1 chunk +22 lines, -0 lines 0 comments Download
A tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj View 1 chunk +88 lines, -0 lines 0 comments Download
A tools/win/RetrieveSymbols/RetrieveSymbols.vcxproj.filters View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
brucedawson
Three months ago we discussed the best place to put tiny tools. I want to ...
5 years, 10 months ago (2015-02-24 22:17:48 UTC) #2
zturner
On 2015/02/24 22:17:48, brucedawson wrote: > Three months ago we discussed the best place to ...
5 years, 10 months ago (2015-02-24 23:52:09 UTC) #3
zturner
Forgot how this thing works. I have to hit m to publish my comments :) ...
5 years, 10 months ago (2015-02-24 23:53:07 UTC) #4
brucedawson
Comments (mostly) addressed. https://codereview.chromium.org/959483002/diff/1/tools/win/RetrieveSymbols/RetrieveSymbols.cpp File tools/win/RetrieveSymbols/RetrieveSymbols.cpp (right): https://codereview.chromium.org/959483002/diff/1/tools/win/RetrieveSymbols/RetrieveSymbols.cpp#newcode9 tools/win/RetrieveSymbols/RetrieveSymbols.cpp:9: #include "stdio.h" Copy paste error I ...
5 years, 10 months ago (2015-02-25 00:15:22 UTC) #5
zturner
lgtm https://codereview.chromium.org/959483002/diff/1/tools/win/RetrieveSymbols/RetrieveSymbols.cpp File tools/win/RetrieveSymbols/RetrieveSymbols.cpp (right): https://codereview.chromium.org/959483002/diff/1/tools/win/RetrieveSymbols/RetrieveSymbols.cpp#newcode87 tools/win/RetrieveSymbols/RetrieveSymbols.cpp:87: std::string gText; On 2015/02/25 00:15:22, brucedawson wrote: > ...
5 years, 10 months ago (2015-02-25 00:29:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/959483002/20001
5 years, 10 months ago (2015-02-25 00:31:28 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 10 months ago (2015-02-25 01:57:52 UTC) #9
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 01:58:21 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4e27d61611ddfeb38ee5be1d8bf25743d8bd662e
Cr-Commit-Position: refs/heads/master@{#317951}

Powered by Google App Engine
This is Rietveld 408576698