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

Issue 120970044: Add an ImageSymbol class to the PDB writer. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 9 months ago by fdoray
Modified:
9 years, 9 months ago
CC:
sawbuck-changes_googlegroups.com
Base URL:
http://sawbuck.googlecode.com/svn/trunk
Visibility:
Public.

Description

Add an ImageSymbol class to the PDB writer. An ImageSymbol can write to the PDB symbol record stream a symbol that associates a name and a type with a location in an image. The symbol type must be one of S_LDATA32, S_GDATA32, S_PUB32, S_LMANDATA or S_GMANDATA. BUG= R=chrisha@chromium.org, sebmarchand@chromium.org Committed: https://code.google.com/p/sawbuck/source/detail?r=2227

Patch Set 1 #

Patch Set 2 : Nit. #

Total comments: 1

Patch Set 3 : Move image_symbol to a symbols directory. #

Total comments: 4

Patch Set 4 : Nits from Chris. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -0 lines) Patch
M syzygy/experimental/pdb_writer/pdb_writer.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A syzygy/experimental/pdb_writer/symbols/image_symbol.h View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A syzygy/experimental/pdb_writer/symbols/image_symbol.cc View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 7
fdoray
Could you review this CL? Thanks. https://codereview.appspot.com/120970044/diff/20001/syzygy/experimental/pdb_writer/image_symbol.h File syzygy/experimental/pdb_writer/image_symbol.h (right): https://codereview.appspot.com/120970044/diff/20001/syzygy/experimental/pdb_writer/image_symbol.h#newcode44 syzygy/experimental/pdb_writer/image_symbol.h:44: const std::string& name() ...
9 years, 9 months ago (2014-08-04 21:42:36 UTC) #1
chrisha
In keeping with our layout elsewhere in the project, can you create a 'symbols' subdirectory, ...
9 years, 9 months ago (2014-08-05 13:18:30 UTC) #2
fdoray
Done. Could you take another look? Thanks.
9 years, 9 months ago (2014-08-05 13:50:27 UTC) #3
Sébastien Marchand
lgtm.
9 years, 9 months ago (2014-08-05 14:22:46 UTC) #4
chrisha
lgtm with nits https://codereview.appspot.com/120970044/diff/40001/syzygy/experimental/pdb_writer/symbols/image_symbol.h File syzygy/experimental/pdb_writer/symbols/image_symbol.h (right): https://codereview.appspot.com/120970044/diff/40001/syzygy/experimental/pdb_writer/symbols/image_symbol.h#newcode13 syzygy/experimental/pdb_writer/symbols/image_symbol.h:13: // limitations under the License. High ...
9 years, 9 months ago (2014-08-05 14:44:11 UTC) #5
fdoray
https://codereview.appspot.com/120970044/diff/40001/syzygy/experimental/pdb_writer/symbols/image_symbol.h File syzygy/experimental/pdb_writer/symbols/image_symbol.h (right): https://codereview.appspot.com/120970044/diff/40001/syzygy/experimental/pdb_writer/symbols/image_symbol.h#newcode13 syzygy/experimental/pdb_writer/symbols/image_symbol.h:13: // limitations under the License. On 2014/08/05 14:44:11, chrisha ...
9 years, 9 months ago (2014-08-05 15:24:10 UTC) #6
fdoray
9 years, 9 months ago (2014-08-05 15:25:11 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as 2227.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b