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

Issue 7405050: code review 7405050: libmach: many pe handling fixes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by brainman
Modified:
11 years, 2 months ago
Reviewers:
CC:
golang-dev, rsc
Visibility:
Public.

Description

libmach: many pe handling fixes - implement windows pread; - set correct Fhdr.type; - add ImageBase to all pe "virtual" addresses; - correct settext parameter order; - use pclntab/epclntab to find line numbers. Fixes issue 4841. Fixes issue 4926.

Patch Set 1 #

Patch Set 2 : diff -r f002e89cbd51 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r f002e89cbd51 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r fce50d680238 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -10 lines) Patch
M src/libmach/executable.c View 1 5 chunks +25 lines, -8 lines 0 comments Download
M src/libmach/windows.c View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 2 months ago (2013-02-27 06:28:53 UTC) #1
rsc
LGTM
11 years, 2 months ago (2013-02-27 16:38:32 UTC) #2
brainman
11 years, 2 months ago (2013-03-01 03:49:32 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=000120ff858a ***

libmach: many pe handling fixes

- implement windows pread;
- set correct Fhdr.type;
- add ImageBase to all pe "virtual" addresses;
- correct settext parameter order;
- use pclntab/epclntab to find line numbers.

Fixes issue 4841.
Fixes issue 4926.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/7405050
Sign in to reply to this message.

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