Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(27)

Issue 1434002: Adding support for 64-bit Windows modules to ms_symbol_server_converter. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by ivanpe
Modified:
10 years, 2 months ago
CC:
google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Adding support for 64-bit Windows modules to ms_symbol_server_converter.

As part of that:
 - Updated MSSymbolServerConverter to also download the executable files from
the symbol server and pass them to the PDBSourceLineWriter as it is required for
successful conversion of symbols for 64-bit modules.
 - Added a .gyp file and target for the ms_symbol_server_converter library.
 - Updated PDBSourceLineWriter to allow executable files to be in locations
different from the locations of the PDB files.
 - Minor style issue:
    * #define guards.
    * No space before ')' and after '('.

R=mark@chromium.org, wfh@chromium.org

Committed: https://code.google.com/p/google-breakpad/source/detail?r=1309

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/common/windows/dia_util.h View 1 chunk +64 lines, -59 lines 0 comments Download
M src/common/windows/guid_string.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/common/windows/http_upload.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/common/windows/omap.h View 1 chunk +72 lines, -72 lines 0 comments Download
M src/common/windows/omap_internal.h View 1 chunk +137 lines, -137 lines 0 comments Download
M src/common/windows/pdb_source_line_writer.cc View 1 9 chunks +21 lines, -9 lines 0 comments Download
M src/common/windows/pdb_source_line_writer.h View 6 chunks +15 lines, -11 lines 0 comments Download
M src/common/windows/string_utils-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/tools/windows/converter/ms_symbol_server_converter.cc View 1 15 chunks +106 lines, -52 lines 0 comments Download
A src/tools/windows/converter/ms_symbol_server_converter.gyp View 1 chunk +46 lines, -0 lines 0 comments Download
M src/tools/windows/converter/ms_symbol_server_converter.h View 5 chunks +31 lines, -13 lines 0 comments Download

Messages

Total messages: 6
ivanpe
10 years, 2 months ago #1
Mark Mentovai
LGTM, but it would have been nice to do the cleanup in a separate change. ...
10 years, 2 months ago #2
ivanpe
Sorry about mixing this with the style fixes. I'll try to separate style fixes in ...
10 years, 2 months ago #3
Will Harris
LGTM - I didn't realise MS hosted binaries on their symbol server!
10 years, 2 months ago #4
Mark Mentovai
LGTM
10 years, 2 months ago #5
ivanpe
10 years, 2 months ago #6
Message was sent while issue was closed.
Committed patchset #2 manually as r1309 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted