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

Issue 263380043: i#1734 Create Dr. Fuzz: added drwrap callconv flag shift

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 7 months ago by Byron
Modified:
8 years, 6 months ago
Reviewers:
bruening
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1734 Create Dr. Fuzz: added drwrap callconv flag shift Added a constant to drwrap.h indicating the shift offset of the callconv enum within the drwrap flags. Also updated the release notes to mention the new callconv support in drwrap. ---------------

Patch Set 1 #

Total comments: 2

Patch Set 2 : PTAL #

Total comments: 1

Patch Set 3 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M api/docs/release.dox View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ext/drwrap/drwrap.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6
Byron
8 years, 7 months ago (2015-09-25 20:30:33 UTC) #1
bruening
Without the shift value actually being used by the code, I guess I don't see ...
8 years, 6 months ago (2015-10-06 17:15:50 UTC) #2
Byron
Commit log for latest patchset: --------------- i#1734 Create Dr. Fuzz: added drwrap callconv flag shift ...
8 years, 6 months ago (2015-10-06 22:51:13 UTC) #3
Byron
https://codereview.appspot.com/263380043/diff/1/ext/drwrap/drwrap.h File ext/drwrap/drwrap.h (right): https://codereview.appspot.com/263380043/diff/1/ext/drwrap/drwrap.h#newcode357 ext/drwrap/drwrap.h:357: DRWRAP_CALLCONV_AMD64 = (1 << DRWRAP_CALLCONV_FLAG_SHIFT), On 2015/10/06 17:15:50, bruening ...
8 years, 6 months ago (2015-10-06 22:52:38 UTC) #4
bruening
LGTM https://codereview.appspot.com/263380043/diff/20001/ext/drwrap/drwrap.h File ext/drwrap/drwrap.h (right): https://codereview.appspot.com/263380043/diff/20001/ext/drwrap/drwrap.h#newcode348 ext/drwrap/drwrap.h:348: #define DRWRAP_CALLCONV_FLAG_SHIFT 0x18 Is this meant for clients? ...
8 years, 6 months ago (2015-10-09 14:35:56 UTC) #5
Byron
8 years, 6 months ago (2015-10-12 07:32:16 UTC) #6
Committed as
https://github.com/DynamoRIO/dynamorio/commit/4c6a59a137e9ed832dc52563ecf4369...

Final commit log: 
---------------
i#1734 Create Dr. Fuzz: added drwrap callconv flag shift

Added a constant to drwrap.h indicating the shift
offset of the callconv enum within the drwrap flags.
Also updated the release notes to mention the new
callconv support in drwrap.

Review-URL: https://codereview.appspot.com/263380043
---------------
Sign in to reply to this message.

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